#F080CC

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

Shades of Tea Rose #F080CC

Tints of Tea Rose #F080CC

Color information

#F080CC (or 0xF080CC) is unknown color: approx Tea Rose. HEX triplet: F0, 80 and CC. RGB value is (240,128,204). Sum of RGB (Red+Green+Blue) = 240+128+204=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F080CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080CC is #0F7F33. Grayscale: #A9A9A9. Windows color (decimal): -1015604 or 13402352. OLE color: 13402352.

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

Color convert

RGB240128204-
CMYK00.470.150.06
HSL319.29º78.87%72.16%-
HSV(B)319.29º46.67%94.12%-
XYZ54.5538.3261.65-
YUV170.15147.11177.82-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.96%
GREEN value IS 128 (50.39% from 255) = 22.38%
BLUE value IS 204 (80.08% from 255) = 35.66%
R=41.96%
G=22.38%
B=35.66%

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
Decimal24012820400.470.150.06319.2978.8772.16
HexF080CC02FF613f4f48
Octal360200314057176477117110
Binary1111000010000000110011000101111111111010011111110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F080CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F080CC; }

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

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

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

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

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

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

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

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