#F081CD

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

Shades of Tea Rose #F081CD

Tints of Tea Rose #F081CD

Color information

#F081CD (or 0xF081CD) is unknown color: approx Tea Rose. HEX triplet: F0, 81 and CD. RGB value is (240,129,205). Sum of RGB (Red+Green+Blue) = 240+129+205=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F081CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081CD is #0F7E32. Grayscale: #AAAAAA. Windows color (decimal): -1015347 or 13468144. OLE color: 13468144.

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

Color convert

RGB240129205-
CMYK00.460.150.06
HSL318.92º78.72%72.35%-
HSV(B)318.92º46.25%94.12%-
XYZ54.838.6362.33-
YUV170.85147.27177.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.81%
GREEN value IS 129 (50.78% from 255) = 22.47%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=41.81%
G=22.47%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012920500.460.150.06318.9278.7272.35
HexF081CD02EF613f4f48
Octal360201315056176477117110
Binary1111000010000001110011010101110111111010011111110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F081CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F081CD; }

 p { color: rgb(240,129,205); }

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

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

 a { background-color: rgb(240,129,205); }

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

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

 span { border-color: rgb(240,129,205); }

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