Shades of Razzle Dazzle Rose #F42BDA
Tints of Razzle Dazzle Rose #F42BDA
RGB
CMYK
RGB Variations
Color information
#F42BDA (or 0xF42BDA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2B and DA. RGB value is (244,43,218). Sum of RGB (Red+Green+Blue) = 244+43+218=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 43 (17.19% from 255 or 8.51% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F42BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42BDA is #0BD425. Grayscale: #7A7A7A. Windows color (decimal): -775206 or 14298100. OLE color: 14298100.
HSL color Cylindrical-coordinate representation of color #F42BDA: hue angle of 307.76º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42BDA is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 43 | 218 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.04 |
| HSL | 307.76º | 0.9% | 0.56% | - |
| HSV(B) | 307.76º | 0.82% | 0.96% | - |
| XYZ | 50.83 | 26.02 | 68.67 | - |
| YUV | 123.05 | 181.59 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 43 | 218 | 0 | 0.82 | 0.11 | 0.04 | 307.76 | 0.9 | 0.56 |
| Hex | F4 | 2B | DA | 0 | 52 | B | 4 | 134 | 5A | 38 |
| Octal | 364 | 53 | 332 | 0 | 122 | 13 | 4 | 464 | 132 | 70 |
| Binary | 11110100 | 101011 | 11011010 | 0 | 1010010 | 1011 | 100 | 100110100 | 1011010 | 111000 |
Color Harmonies of #F42BDA
Complementary color
Monochromatic Colors of #F42BDA
Black with #F42BDA
Text Example
Text Example
White with #F42BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42BDA; }
p { color: rgb(244,43,218); }
H1.HeaderClassName
{
color: #F42BDA;
}
.AnyTagClassName
{
color: #F42BDA;
}
</style>
background-color css
<style>
a { background-color: #F42BDA; }
a { background-color: rgb(244,43,218); }
div.DivClassName
{
background-color: #F42BDA;
}
.BgClassName
{
background-color: #F42BDA;
}
</style>
border-color css
<style>
span { border-color: #F42BDA; }
span { border-color: rgb(244,43,218); }
td.TdClassName
{
border-color: #F42BDA;
}
.TagClassName
{
border-color: #F42BDA;
}
</style>