Shades of Razzle Dazzle Rose #F42FD0
Tints of Razzle Dazzle Rose #F42FD0
RGB
CMYK
RGB Variations
Color information
#F42FD0 (or 0xF42FD0) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2F and D0. RGB value is (244,47,208). Sum of RGB (Red+Green+Blue) = 244+47+208=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 47 (18.75% from 255 or 9.42% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F42FD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42FD0 is #0BD02F. Grayscale: #7B7B7B. Windows color (decimal): -774192 or 13643764. OLE color: 13643764.
HSL color Cylindrical-coordinate representation of color #F42FD0: hue angle of 310.96º 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 #F42FD0 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 47 | 208 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.04 |
| HSL | 310.96º | 0.9% | 0.57% | - |
| HSV(B) | 310.96º | 0.81% | 0.96% | - |
| XYZ | 49.71 | 25.82 | 62.04 | - |
| YUV | 124.26 | 175.27 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 208 | 0 | 0.81 | 0.15 | 0.04 | 310.96 | 0.9 | 0.57 |
| Hex | F4 | 2F | D0 | 0 | 51 | F | 4 | 137 | 5A | 39 |
| Octal | 364 | 57 | 320 | 0 | 121 | 17 | 4 | 467 | 132 | 71 |
| Binary | 11110100 | 101111 | 11010000 | 0 | 1010001 | 1111 | 100 | 100110111 | 1011010 | 111001 |
Color Harmonies of #F42FD0
Complementary color
Monochromatic Colors of #F42FD0
Black with #F42FD0
Text Example
Text Example
White with #F42FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42FD0; }
p { color: rgb(244,47,208); }
H1.HeaderClassName
{
color: #F42FD0;
}
.AnyTagClassName
{
color: #F42FD0;
}
</style>
background-color css
<style>
a { background-color: #F42FD0; }
a { background-color: rgb(244,47,208); }
div.DivClassName
{
background-color: #F42FD0;
}
.BgClassName
{
background-color: #F42FD0;
}
</style>
border-color css
<style>
span { border-color: #F42FD0; }
span { border-color: rgb(244,47,208); }
td.TdClassName
{
border-color: #F42FD0;
}
.TagClassName
{
border-color: #F42FD0;
}
</style>