Shades of Razzle Dazzle Rose #F231D2
Tints of Razzle Dazzle Rose #F231D2
RGB
CMYK
RGB Variations
Color information
#F231D2 (or 0xF231D2) is known color: Razzle Dazzle Rose. HEX triplet: F2, 31 and D2. RGB value is (242,49,210). Sum of RGB (Red+Green+Blue) = 242+49+210=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 49 (19.53% from 255 or 9.78% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F231D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F231D2 is #0DCE2D. Grayscale: #7C7C7C. Windows color (decimal): -904750 or 13775346. OLE color: 13775346.
HSL color Cylindrical-coordinate representation of color #F231D2: hue angle of 309.95º 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 #F231D2 is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 210 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.05 |
| HSL | 309.95º | 0.88% | 0.57% | - |
| HSV(B) | 309.95º | 0.8% | 0.95% | - |
| XYZ | 49.35 | 25.73 | 63.34 | - |
| YUV | 125.06 | 175.94 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 210 | 0 | 0.80 | 0.13 | 0.05 | 309.95 | 0.88 | 0.57 |
| Hex | F2 | 31 | D2 | 0 | 50 | D | 5 | 136 | 58 | 39 |
| Octal | 362 | 61 | 322 | 0 | 120 | 15 | 5 | 466 | 130 | 71 |
| Binary | 11110010 | 110001 | 11010010 | 0 | 1010000 | 1101 | 101 | 100110110 | 1011000 | 111001 |
Color Harmonies of #F231D2
Complementary color
Monochromatic Colors of #F231D2
Black with #F231D2
Text Example
Text Example
White with #F231D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F231D2; }
p { color: rgb(242,49,210); }
H1.HeaderClassName
{
color: #F231D2;
}
.AnyTagClassName
{
color: #F231D2;
}
</style>
background-color css
<style>
a { background-color: #F231D2; }
a { background-color: rgb(242,49,210); }
div.DivClassName
{
background-color: #F231D2;
}
.BgClassName
{
background-color: #F231D2;
}
</style>
border-color css
<style>
span { border-color: #F231D2; }
span { border-color: rgb(242,49,210); }
td.TdClassName
{
border-color: #F231D2;
}
.TagClassName
{
border-color: #F231D2;
}
</style>