Shades of Razzle Dazzle Rose #F42FD5
Tints of Razzle Dazzle Rose #F42FD5
RGB
CMYK
RGB Variations
Color information
#F42FD5 (or 0xF42FD5) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2F and D5. RGB value is (244,47,213). Sum of RGB (Red+Green+Blue) = 244+47+213=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 47 (18.75% from 255 or 9.33% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F42FD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42FD5 is #0BD02A. Grayscale: #7C7C7C. Windows color (decimal): -774187 or 13971444. OLE color: 13971444.
HSL color Cylindrical-coordinate representation of color #F42FD5: hue angle of 309.44º 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 #F42FD5 is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 47 | 213 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.04 |
| HSL | 309.44º | 0.9% | 0.57% | - |
| HSV(B) | 309.44º | 0.81% | 0.96% | - |
| XYZ | 50.33 | 26.07 | 65.33 | - |
| YUV | 124.83 | 177.77 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 213 | 0 | 0.81 | 0.13 | 0.04 | 309.44 | 0.9 | 0.57 |
| Hex | F4 | 2F | D5 | 0 | 51 | D | 4 | 135 | 5A | 39 |
| Octal | 364 | 57 | 325 | 0 | 121 | 15 | 4 | 465 | 132 | 71 |
| Binary | 11110100 | 101111 | 11010101 | 0 | 1010001 | 1101 | 100 | 100110101 | 1011010 | 111001 |
Color Harmonies of #F42FD5
Complementary color
Monochromatic Colors of #F42FD5
Black with #F42FD5
Text Example
Text Example
White with #F42FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42FD5; }
p { color: rgb(244,47,213); }
H1.HeaderClassName
{
color: #F42FD5;
}
.AnyTagClassName
{
color: #F42FD5;
}
</style>
background-color css
<style>
a { background-color: #F42FD5; }
a { background-color: rgb(244,47,213); }
div.DivClassName
{
background-color: #F42FD5;
}
.BgClassName
{
background-color: #F42FD5;
}
</style>
border-color css
<style>
span { border-color: #F42FD5; }
span { border-color: rgb(244,47,213); }
td.TdClassName
{
border-color: #F42FD5;
}
.TagClassName
{
border-color: #F42FD5;
}
</style>