#F491C5

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

Shades of Tea Rose #F491C5

Tints of Tea Rose #F491C5

Color information

#F491C5 (or 0xF491C5) is unknown color: approx Tea Rose. HEX triplet: F4, 91 and C5. RGB value is (244,145,197). Sum of RGB (Red+Green+Blue) = 244+145+197=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 197 (77.34% from 255 or 33.62% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F491C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F491C5 is #0B6E3A. Grayscale: #B4B4B4. Windows color (decimal): -749115 or 12947956. OLE color: 12947956.

HSL color Cylindrical-coordinate representation of color #F491C5: hue angle of 328.48º 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 #F491C5 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB244145197-
CMYK00.410.190.04
HSL328.48º81.82%76.27%-
HSV(B)328.48º40.57%95.69%-
XYZ57.5143.5258.19-
YUV180.53137.3173.27-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.64%
GREEN value IS 145 (57.03% from 255) = 24.74%
BLUE value IS 197 (77.34% from 255) = 33.62%
R=41.64%
G=24.74%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414519700.410.190.04328.4881.8276.27
HexF491C5029134148524c
Octal364221305051234510122114
Binary11110100100100011100010101010011001110010100100010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F491C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F491C5; }

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

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

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

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

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

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

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

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