Html Css Color HEX #F889C9 Tea Rose

📋 copy color: '#F889C9'

red 248 ◦ green 137 ◦ blue 201

#F889C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #F889C9

Tints of Tea Rose #F889C9

RGB

 RED value IS 248 (97.27% from 255) = 42.32%

 GREEN value IS 137 (53.91% from 255) = 23.38%

 BLUE value IS 201 (78.91% from 255) = 34.3%

R = 42.32%
G = 23.38%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F889C9 (or 0xF889C9) is known color: Tea Rose. HEX triplet: F8, 89 and C9. RGB value is (248,137,201). Sum of RGB (Red+Green+Blue) = 248+137+201=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 137 (53.91% from 255 or 23.38% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F889C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F889C9 is #077636. Grayscale: #B1B1B1. Windows color (decimal): -489015 or 13208056. OLE color: 13208056.

HSL color Cylindrical-coordinate representation of color #F889C9: hue angle of 325.41º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F889C9 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 137 201 -
CMYK 0 0.45 0.19 0.03
HSL 325.41º 0.89% 0.75% -
HSV(B) 325.41º 0.45% 0.97% -
XYZ 58.2 42.06 60.31 -
YUV 177.49 141.27 178.3 -
System Red Green Blue C M Y K H S L
Decimal 248 137 201 0 0.45 0.19 0.03 325.41 0.89 0.75
Hex F8 89 C9 0 2D 13 3 145 59 4B
Octal 370 211 311 0 55 23 3 505 131 113
Binary 11111000 10001001 11001001 0 101101 10011 11 101000101 1011001 1001011

Color Harmonies of #F889C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F889C9

Black with #F889C9

Text Example


Text Example

White with #F889C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F889C9; }

 p { color: rgb(248,137,201); }

 H1.HeaderClassName
 {
   color: #F889C9;
 }
 .AnyTagClassName
 {
   color: #F889C9;
 }
</style>

background-color css

<style>
 a { background-color: #F889C9; }

 a { background-color: rgb(248,137,201); }

 div.DivClassName
 {
   background-color: #F889C9;
 }
 .BgClassName
 {
   background-color: #F889C9;
 }
</style>

border-color css

<style>
 span { border-color: #F889C9; }

 span { border-color: rgb(248,137,201); }

 td.TdClassName
 {
   border-color: #F889C9;
 }
 .TagClassName
 {
   border-color: #F889C9;
 }
</style>