#F491C4

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

Shades of Tea Rose #F491C4

Tints of Tea Rose #F491C4

Color information

#F491C4 (or 0xF491C4) is unknown color: approx Tea Rose. HEX triplet: F4, 91 and C4. RGB value is (244,145,196). Sum of RGB (Red+Green+Blue) = 244+145+196=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F491C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F491C4 is #0B6E3B. Grayscale: #B4B4B4. Windows color (decimal): -749116 or 12882420. OLE color: 12882420.

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

Color convert

RGB244145196-
CMYK00.410.200.04
HSL329.09º81.82%76.27%-
HSV(B)329.09º40.57%95.69%-
XYZ57.443.4757.59-
YUV180.42136.8173.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.71%
GREEN value IS 145 (57.03% from 255) = 24.79%
BLUE value IS 196 (76.95% from 255) = 33.50%
R=41.71%
G=24.79%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414519600.410.200.04329.0981.8276.27
HexF491C4029144149524c
Octal364221304051244511122114
Binary11110100100100011100010001010011010010010100100110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F491C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F491C4; }

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

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

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

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

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

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

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

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