Shades of Razzle Dazzle Rose #F235DC
Tints of Razzle Dazzle Rose #F235DC
RGB
CMYK
RGB Variations
Color information
#F235DC (or 0xF235DC) is known color: Razzle Dazzle Rose. HEX triplet: F2, 35 and DC. RGB value is (242,53,220). Sum of RGB (Red+Green+Blue) = 242+53+220=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 53 (21.09% from 255 or 10.29% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F235DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F235DC is #0DCA23. Grayscale: #808080. Windows color (decimal): -903716 or 14431730. OLE color: 14431730.
HSL color Cylindrical-coordinate representation of color #F235DC: hue angle of 306.98º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F235DC is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 220 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.05 |
| HSL | 306.98º | 0.88% | 0.58% | - |
| HSV(B) | 306.98º | 0.78% | 0.95% | - |
| XYZ | 50.81 | 26.59 | 70.16 | - |
| YUV | 128.55 | 179.62 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 220 | 0 | 0.78 | 0.09 | 0.05 | 306.98 | 0.88 | 0.58 |
| Hex | F2 | 35 | DC | 0 | 4E | 9 | 5 | 133 | 58 | 3A |
| Octal | 362 | 65 | 334 | 0 | 116 | 11 | 5 | 463 | 130 | 72 |
| Binary | 11110010 | 110101 | 11011100 | 0 | 1001110 | 1001 | 101 | 100110011 | 1011000 | 111010 |
Color Harmonies of #F235DC
Complementary color
Monochromatic Colors of #F235DC
Black with #F235DC
Text Example
Text Example
White with #F235DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F235DC; }
p { color: rgb(242,53,220); }
H1.HeaderClassName
{
color: #F235DC;
}
.AnyTagClassName
{
color: #F235DC;
}
</style>
background-color css
<style>
a { background-color: #F235DC; }
a { background-color: rgb(242,53,220); }
div.DivClassName
{
background-color: #F235DC;
}
.BgClassName
{
background-color: #F235DC;
}
</style>
border-color css
<style>
span { border-color: #F235DC; }
span { border-color: rgb(242,53,220); }
td.TdClassName
{
border-color: #F235DC;
}
.TagClassName
{
border-color: #F235DC;
}
</style>