#F491CF

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

Shades of Tea Rose #F491CF

Tints of Tea Rose #F491CF

Color information

#F491CF (or 0xF491CF) is unknown color: approx Tea Rose. HEX triplet: F4, 91 and CF. RGB value is (244,145,207). Sum of RGB (Red+Green+Blue) = 244+145+207=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 145 (57.03% from 255 or 24.33% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F491CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F491CF is #0B6E30. Grayscale: #B5B5B5. Windows color (decimal): -749105 or 13603316. OLE color: 13603316.

HSL color Cylindrical-coordinate representation of color #F491CF: hue angle of 322.42º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F491CF is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB244145207-
CMYK00.410.150.04
HSL322.42º81.82%76.27%-
HSV(B)322.42º40.57%95.69%-
XYZ58.743.9964.43-
YUV181.67142.3172.46-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.94%
GREEN value IS 145 (57.03% from 255) = 24.33%
BLUE value IS 207 (81.25% from 255) = 34.73%
R=40.94%
G=24.33%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414520700.410.150.04322.4281.8276.27
HexF491CF029F4142524c
Octal364221317051174502122114
Binary1111010010010001110011110101001111110010100001010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F491CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F491CF; }

 p { color: rgb(244,145,207); }

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

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

 a { background-color: rgb(244,145,207); }

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

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

 span { border-color: rgb(244,145,207); }

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