Html Css Color HEX #F088CE Tea Rose

📋 copy color: '#F088CE'

red 240 ◦ green 136 ◦ blue 206

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

Shades of Tea Rose #F088CE

Tints of Tea Rose #F088CE

RGB

 RED value IS 240 (94.14% from 255) = 41.24%

 GREEN value IS 136 (53.52% from 255) = 23.37%

 BLUE value IS 206 (80.86% from 255) = 35.4%

R = 41.24%
G = 23.37%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F088CE (or 0xF088CE) is known color: Tea Rose. HEX triplet: F0, 88 and CE. RGB value is (240,136,206). Sum of RGB (Red+Green+Blue) = 240+136+206=582 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.24% from 582); Green value is 136 (53.52% from 255 or 23.37% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 240 - color contains mainly: red. Hex color #F088CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088CE is #0F7731. Grayscale: #AEAEAE. Windows color (decimal): -1013554 or 13535472. OLE color: 13535472.

HSL color Cylindrical-coordinate representation of color #F088CE: hue angle of 319.62º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F088CE is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 136 206 -
CMYK 0 0.43 0.14 0.06
HSL 319.62º 0.78% 0.74% -
HSV(B) 319.62º 0.43% 0.94% -
XYZ 55.88 40.59 63.28 -
YUV 175.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 240 136 206 0 0.43 0.14 0.06 319.62 0.78 0.74
Hex F0 88 CE 0 2B E 6 140 4E 4A
Octal 360 210 316 0 53 16 6 500 116 112
Binary 11110000 10001000 11001110 0 101011 1110 110 101000000 1001110 1001010

Color Harmonies of #F088CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F088CE

Black with #F088CE

Text Example


Text Example

White with #F088CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F088CE; }

 p { color: rgb(240,136,206); }

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

background-color css

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

 a { background-color: rgb(240,136,206); }

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

border-color css

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

 span { border-color: rgb(240,136,206); }

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