#F087CD

Color #F087CD Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F087CD

Tints of Tea Rose #F087CD

Color information

#F087CD (or 0xF087CD) is unknown color: approx Tea Rose. HEX triplet: F0, 87 and CD. RGB value is (240,135,205). Sum of RGB (Red+Green+Blue) = 240+135+205=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 135 (53.12% from 255 or 23.28% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 240 - color contains mainly: red. Hex color #F087CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087CD is #0F7832. Grayscale: #AEAEAE. Windows color (decimal): -1013811 or 13469680. OLE color: 13469680.

HSL color Cylindrical-coordinate representation of color #F087CD: hue angle of 320º 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 #F087CD is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240135205-
CMYK00.440.150.06
HSL320º77.78%73.53%-
HSV(B)320º43.75%94.12%-
XYZ55.6240.2662.6-
YUV174.38145.29174.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.38%
GREEN value IS 135 (53.12% from 255) = 23.28%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=41.38%
G=23.28%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013520500.440.150.0632077.7873.53
HexF087CD02CF61404e4a
Octal360207315054176500116112
Binary1111000010000111110011010101100111111010100000010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F087CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F087CD; }

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

 H1.HeaderClassName
 {
   color: #F087CD;
 }
 .AnyTagClassName
 {
   color: #F087CD;
 }
</style>
background-color css

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

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

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

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

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

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