#F080CE

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

Shades of Tea Rose #F080CE

Tints of Tea Rose #F080CE

Color information

#F080CE (or 0xF080CE) is unknown color: approx Tea Rose. HEX triplet: F0, 80 and CE. RGB value is (240,128,206). Sum of RGB (Red+Green+Blue) = 240+128+206=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 128 (50.39% from 255 or 22.30% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F080CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F080CE is #0F7F31. Grayscale: #AAAAAA. Windows color (decimal): -1015602 or 13533424. OLE color: 13533424.

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

Color convert

RGB240128206-
CMYK00.470.140.06
HSL318.21º78.87%72.16%-
HSV(B)318.21º46.67%94.12%-
XYZ54.7938.4262.92-
YUV170.38148.11177.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.81%
GREEN value IS 128 (50.39% from 255) = 22.30%
BLUE value IS 206 (80.86% from 255) = 35.89%
R=41.81%
G=22.30%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012820600.470.140.06318.2178.8772.16
HexF080CE02FE613e4f48
Octal360200316057166476117110
Binary1111000010000000110011100101111111011010011111010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F080CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F080CE; }

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

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

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

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

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

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

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

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