#F080CB

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

Shades of Tea Rose #F080CB

Tints of Tea Rose #F080CB

Color information

#F080CB (or 0xF080CB) is unknown color: approx Tea Rose. HEX triplet: F0, 80 and CB. RGB value is (240,128,203). Sum of RGB (Red+Green+Blue) = 240+128+203=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F080CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080CB is #0F7F34. Grayscale: #A9A9A9. Windows color (decimal): -1015605 or 13336816. OLE color: 13336816.

HSL color Cylindrical-coordinate representation of color #F080CB: hue angle of 319.82º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F080CB is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB240128203-
CMYK00.470.150.06
HSL319.82º78.87%72.16%-
HSV(B)319.82º46.67%94.12%-
XYZ54.4338.2861.02-
YUV170.04146.61177.9-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.03%
GREEN value IS 128 (50.39% from 255) = 22.42%
BLUE value IS 203 (79.69% from 255) = 35.55%
R=42.03%
G=22.42%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012820300.470.150.06319.8278.8772.16
HexF080CB02FF61404f48
Octal360200313057176500117110
Binary1111000010000000110010110101111111111010100000010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F080CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F080CB; }

 p { color: rgb(240,128,203); }

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

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

 a { background-color: rgb(240,128,203); }

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

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

 span { border-color: rgb(240,128,203); }

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