#F44DCC

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

Shades of Razzle Dazzle Rose #F44DCC

Tints of Razzle Dazzle Rose #F44DCC

Color information

#F44DCC (or 0xF44DCC) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F4, 4D and CC. RGB value is (244,77,204). Sum of RGB (Red+Green+Blue) = 244+77+204=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 77 (30.47% from 255 or 14.67% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F44DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F44DCC is #0BB233. Grayscale: #8D8D8D. Windows color (decimal): -766516 or 13389300. OLE color: 13389300.

HSL color Cylindrical-coordinate representation of color #F44DCC: hue angle of 314.37º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F44DCC is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB24477204-
CMYK00.680.160.04
HSL314.37º88.36%62.94%-
HSV(B)314.37º68.44%95.69%-
XYZ50.8628.960.02-
YUV141.41163.33201.17-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.48%
GREEN value IS 77 (30.47% from 255) = 14.67%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=46.48%
G=14.67%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447720400.680.160.04314.3788.3662.94
HexF44DCC04410413a583f
Octal364115314010420447213077
Binary1111010010011011100110001000100100001001001110101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44DCC; }

 p { color: rgb(244,77,204); }

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

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

 a { background-color: rgb(244,77,204); }

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

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

 span { border-color: rgb(244,77,204); }

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