Shades of Razzle Dazzle Rose #F42FCC
Tints of Razzle Dazzle Rose #F42FCC
RGB
CMYK
RGB Variations
Color information
#F42FCC (or 0xF42FCC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2F and CC. RGB value is (244,47,204). Sum of RGB (Red+Green+Blue) = 244+47+204=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 47 (18.75% from 255 or 9.49% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F42FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42FCC is #0BD033. Grayscale: #7B7B7B. Windows color (decimal): -774196 or 13381620. OLE color: 13381620.
HSL color Cylindrical-coordinate representation of color #F42FCC: hue angle of 312.18º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F42FCC is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 47 | 204 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.04 |
| HSL | 312.18º | 0.9% | 0.57% | - |
| HSV(B) | 312.18º | 0.81% | 0.96% | - |
| XYZ | 49.22 | 25.63 | 59.48 | - |
| YUV | 123.8 | 173.27 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 204 | 0 | 0.81 | 0.16 | 0.04 | 312.18 | 0.9 | 0.57 |
| Hex | F4 | 2F | CC | 0 | 51 | 10 | 4 | 138 | 5A | 39 |
| Octal | 364 | 57 | 314 | 0 | 121 | 20 | 4 | 470 | 132 | 71 |
| Binary | 11110100 | 101111 | 11001100 | 0 | 1010001 | 10000 | 100 | 100111000 | 1011010 | 111001 |
Color Harmonies of #F42FCC
Complementary color
Monochromatic Colors of #F42FCC
Black with #F42FCC
Text Example
Text Example
White with #F42FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42FCC; }
p { color: rgb(244,47,204); }
H1.HeaderClassName
{
color: #F42FCC;
}
.AnyTagClassName
{
color: #F42FCC;
}
</style>
background-color css
<style>
a { background-color: #F42FCC; }
a { background-color: rgb(244,47,204); }
div.DivClassName
{
background-color: #F42FCC;
}
.BgClassName
{
background-color: #F42FCC;
}
</style>
border-color css
<style>
span { border-color: #F42FCC; }
span { border-color: rgb(244,47,204); }
td.TdClassName
{
border-color: #F42FCC;
}
.TagClassName
{
border-color: #F42FCC;
}
</style>