Shades of Razzle Dazzle Rose #F236D2
Tints of Razzle Dazzle Rose #F236D2
RGB
CMYK
RGB Variations
Color information
#F236D2 (or 0xF236D2) is known color: Razzle Dazzle Rose. HEX triplet: F2, 36 and D2. RGB value is (242,54,210). Sum of RGB (Red+Green+Blue) = 242+54+210=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 54 (21.48% from 255 or 10.67% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F236D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F236D2 is #0DC92D. Grayscale: #7F7F7F. Windows color (decimal): -903470 or 13776626. OLE color: 13776626.
HSL color Cylindrical-coordinate representation of color #F236D2: hue angle of 310.21º 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 #F236D2 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 210 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.05 |
| HSL | 310.21º | 0.88% | 0.58% | - |
| HSV(B) | 310.21º | 0.78% | 0.95% | - |
| XYZ | 49.57 | 26.17 | 63.41 | - |
| YUV | 128 | 174.28 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 210 | 0 | 0.78 | 0.13 | 0.05 | 310.21 | 0.88 | 0.58 |
| Hex | F2 | 36 | D2 | 0 | 4E | D | 5 | 136 | 58 | 3A |
| Octal | 362 | 66 | 322 | 0 | 116 | 15 | 5 | 466 | 130 | 72 |
| Binary | 11110010 | 110110 | 11010010 | 0 | 1001110 | 1101 | 101 | 100110110 | 1011000 | 111010 |
Color Harmonies of #F236D2
Complementary color
Monochromatic Colors of #F236D2
Black with #F236D2
Text Example
Text Example
White with #F236D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F236D2; }
p { color: rgb(242,54,210); }
H1.HeaderClassName
{
color: #F236D2;
}
.AnyTagClassName
{
color: #F236D2;
}
</style>
background-color css
<style>
a { background-color: #F236D2; }
a { background-color: rgb(242,54,210); }
div.DivClassName
{
background-color: #F236D2;
}
.BgClassName
{
background-color: #F236D2;
}
</style>
border-color css
<style>
span { border-color: #F236D2; }
span { border-color: rgb(242,54,210); }
td.TdClassName
{
border-color: #F236D2;
}
.TagClassName
{
border-color: #F236D2;
}
</style>