Html Css Color HEX #F88CC9 Tea Rose

📋 copy color: '#F88CC9'

red 248 ◦ green 140 ◦ blue 201

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

Shades of Tea Rose #F88CC9

Tints of Tea Rose #F88CC9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.77%

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

R = 42.11%
G = 23.77%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F88CC9 (or 0xF88CC9) is known color: Tea Rose. HEX triplet: F8, 8C and C9. RGB value is (248,140,201). Sum of RGB (Red+Green+Blue) = 248+140+201=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 140 (55.08% from 255 or 23.77% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88CC9 is #077336. Grayscale: #B3B3B3. Windows color (decimal): -488247 or 13208824. OLE color: 13208824.

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

Color convert

RGB 248 140 201 -
CMYK 0 0.44 0.19 0.03
HSL 326.11º 0.89% 0.76% -
HSV(B) 326.11º 0.44% 0.97% -
XYZ 58.63 42.93 60.45 -
YUV 179.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 248 140 201 0 0.44 0.19 0.03 326.11 0.89 0.76
Hex F8 8C C9 0 2C 13 3 146 59 4C
Octal 370 214 311 0 54 23 3 506 131 114
Binary 11111000 10001100 11001001 0 101100 10011 11 101000110 1011001 1001100

Color Harmonies of #F88CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88CC9

Black with #F88CC9

Text Example


Text Example

White with #F88CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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