Html Css Color HEX #F087CE Tea Rose

📋 copy color: '#F087CE'

red 240 ◦ green 135 ◦ blue 206

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

Shades of Tea Rose #F087CE

Tints of Tea Rose #F087CE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.24%

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

R = 41.31%
G = 23.24%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F087CE (or 0xF087CE) is known color: Tea Rose. HEX triplet: F0, 87 and CE. RGB value is (240,135,206). Sum of RGB (Red+Green+Blue) = 240+135+206=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 135 (53.12% from 255 or 23.24% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F087CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087CE is #0F7831. Grayscale: #AEAEAE. Windows color (decimal): -1013810 or 13535216. OLE color: 13535216.

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

Color convert

RGB 240 135 206 -
CMYK 0 0.44 0.14 0.06
HSL 319.43º 0.78% 0.74% -
HSV(B) 319.43º 0.44% 0.94% -
XYZ 55.74 40.31 63.24 -
YUV 174.49 145.79 174.73 -
System Red Green Blue C M Y K H S L
Decimal 240 135 206 0 0.44 0.14 0.06 319.43 0.78 0.74
Hex F0 87 CE 0 2C E 6 13F 4E 4A
Octal 360 207 316 0 54 16 6 477 116 112
Binary 11110000 10000111 11001110 0 101100 1110 110 100111111 1001110 1001010

Color Harmonies of #F087CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F087CE

Black with #F087CE

Text Example


Text Example

White with #F087CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F087CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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