#F087C1

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

Shades of Tea Rose #F087C1

Tints of Tea Rose #F087C1

Color information

#F087C1 (or 0xF087C1) is unknown color: approx Tea Rose. HEX triplet: F0, 87 and C1. RGB value is (240,135,193). Sum of RGB (Red+Green+Blue) = 240+135+193=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F087C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F087C1 is #0F783E. Grayscale: #ACACAC. Windows color (decimal): -1013823 or 12683248. OLE color: 12683248.

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

Color convert

RGB240135193-
CMYK00.440.200.06
HSL326.86º77.78%73.53%-
HSV(B)326.86º43.75%94.12%-
XYZ54.2239.755.26-
YUV173.01139.29175.78-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.25%
GREEN value IS 135 (53.12% from 255) = 23.77%
BLUE value IS 193 (75.78% from 255) = 33.98%
R=42.25%
G=23.77%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013519300.440.200.06326.8677.7873.53
HexF087C102C1461474e4a
Octal360207301054246507116112
Binary11110000100001111100000101011001010011010100011110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F087C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F087C1; }

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

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

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

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

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

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

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

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