Shades of Razzle Dazzle Rose #F230DD
Tints of Razzle Dazzle Rose #F230DD
RGB
CMYK
RGB Variations
Color information
#F230DD (or 0xF230DD) is known color: Razzle Dazzle Rose. HEX triplet: F2, 30 and DD. RGB value is (242,48,221). Sum of RGB (Red+Green+Blue) = 242+48+221=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 48 (19.14% from 255 or 9.39% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F230DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F230DD is #0DCF22. Grayscale: #7D7D7D. Windows color (decimal): -904995 or 14495986. OLE color: 14495986.
HSL color Cylindrical-coordinate representation of color #F230DD: hue angle of 306.49º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F230DD is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 221 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.05 |
| HSL | 306.49º | 0.88% | 0.57% | - |
| HSV(B) | 306.49º | 0.8% | 0.95% | - |
| XYZ | 50.73 | 26.21 | 70.79 | - |
| YUV | 125.73 | 181.77 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 221 | 0 | 0.80 | 0.09 | 0.05 | 306.49 | 0.88 | 0.57 |
| Hex | F2 | 30 | DD | 0 | 50 | 9 | 5 | 132 | 58 | 39 |
| Octal | 362 | 60 | 335 | 0 | 120 | 11 | 5 | 462 | 130 | 71 |
| Binary | 11110010 | 110000 | 11011101 | 0 | 1010000 | 1001 | 101 | 100110010 | 1011000 | 111001 |
Color Harmonies of #F230DD
Complementary color
Monochromatic Colors of #F230DD
Black with #F230DD
Text Example
Text Example
White with #F230DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F230DD; }
p { color: rgb(242,48,221); }
H1.HeaderClassName
{
color: #F230DD;
}
.AnyTagClassName
{
color: #F230DD;
}
</style>
background-color css
<style>
a { background-color: #F230DD; }
a { background-color: rgb(242,48,221); }
div.DivClassName
{
background-color: #F230DD;
}
.BgClassName
{
background-color: #F230DD;
}
</style>
border-color css
<style>
span { border-color: #F230DD; }
span { border-color: rgb(242,48,221); }
td.TdClassName
{
border-color: #F230DD;
}
.TagClassName
{
border-color: #F230DD;
}
</style>