Shades of Razzle Dazzle Rose #F42BDC
Tints of Razzle Dazzle Rose #F42BDC
RGB
CMYK
RGB Variations
Color information
#F42BDC (or 0xF42BDC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2B and DC. RGB value is (244,43,220). Sum of RGB (Red+Green+Blue) = 244+43+220=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 43 (17.19% from 255 or 8.48% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F42BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42BDC is #0BD423. Grayscale: #7A7A7A. Windows color (decimal): -775204 or 14429172. OLE color: 14429172.
HSL color Cylindrical-coordinate representation of color #F42BDC: hue angle of 307.16º 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 #F42BDC is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 43 | 220 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.04 |
| HSL | 307.16º | 0.9% | 0.56% | - |
| HSV(B) | 307.16º | 0.82% | 0.96% | - |
| XYZ | 51.09 | 26.13 | 70.06 | - |
| YUV | 123.28 | 182.59 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 43 | 220 | 0 | 0.82 | 0.10 | 0.04 | 307.16 | 0.9 | 0.56 |
| Hex | F4 | 2B | DC | 0 | 52 | A | 4 | 133 | 5A | 38 |
| Octal | 364 | 53 | 334 | 0 | 122 | 12 | 4 | 463 | 132 | 70 |
| Binary | 11110100 | 101011 | 11011100 | 0 | 1010010 | 1010 | 100 | 100110011 | 1011010 | 111000 |
Color Harmonies of #F42BDC
Complementary color
Monochromatic Colors of #F42BDC
Black with #F42BDC
Text Example
Text Example
White with #F42BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42BDC; }
p { color: rgb(244,43,220); }
H1.HeaderClassName
{
color: #F42BDC;
}
.AnyTagClassName
{
color: #F42BDC;
}
</style>
background-color css
<style>
a { background-color: #F42BDC; }
a { background-color: rgb(244,43,220); }
div.DivClassName
{
background-color: #F42BDC;
}
.BgClassName
{
background-color: #F42BDC;
}
</style>
border-color css
<style>
span { border-color: #F42BDC; }
span { border-color: rgb(244,43,220); }
td.TdClassName
{
border-color: #F42BDC;
}
.TagClassName
{
border-color: #F42BDC;
}
</style>