#F449C8

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

Shades of Razzle Dazzle Rose #F449C8

Tints of Razzle Dazzle Rose #F449C8

Color information

#F449C8 (or 0xF449C8) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 49 and C8. RGB value is (244,73,200). Sum of RGB (Red+Green+Blue) = 244+73+200=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 73 (28.91% from 255 or 14.12% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 244 - color contains mainly: red. Hex color #F449C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F449C8 is #0BB637. Grayscale: #8A8A8A. Windows color (decimal): -767544 or 13126132. OLE color: 13126132.

HSL color Cylindrical-coordinate representation of color #F449C8: hue angle of 315.44º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F449C8 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB24473200-
CMYK00.700.180.04
HSL315.44º88.6%62.16%-
HSV(B)315.44º70.08%95.69%-
XYZ50.1228.1757.44-
YUV138.61162.65203.17-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.20%
GREEN value IS 73 (28.91% from 255) = 14.12%
BLUE value IS 200 (78.52% from 255) = 38.68%
R=47.20%
G=14.12%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447320000.700.180.04315.4488.662.16
HexF449C804612413b593e
Octal364111310010622447313176
Binary1111010010010011100100001000110100101001001110111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F449C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F449C8; }

 p { color: rgb(244,73,200); }

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

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

 a { background-color: rgb(244,73,200); }

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

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

 span { border-color: rgb(244,73,200); }

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