#F087C4

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

Shades of Tea Rose #F087C4

Tints of Tea Rose #F087C4

Color information

#F087C4 (or 0xF087C4) is unknown color: approx Tea Rose. HEX triplet: F0, 87 and C4. RGB value is (240,135,196). Sum of RGB (Red+Green+Blue) = 240+135+196=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 135 (53.12% from 255 or 23.64% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F087C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087C4 is #0F783B. Grayscale: #ADADAD. Windows color (decimal): -1013820 or 12879856. OLE color: 12879856.

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

Color convert

RGB240135196-
CMYK00.440.180.06
HSL325.14º77.78%73.53%-
HSV(B)325.14º43.75%94.12%-
XYZ54.5639.8457.04-
YUV173.35140.79175.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.03%
GREEN value IS 135 (53.12% from 255) = 23.64%
BLUE value IS 196 (76.95% from 255) = 34.33%
R=42.03%
G=23.64%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013519600.440.180.06325.1477.7873.53
HexF087C402C1261454e4a
Octal360207304054226505116112
Binary11110000100001111100010001011001001011010100010110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F087C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F087C4; }

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

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

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

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

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

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

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

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