Shades of Razzle Dazzle Rose #F236D3
Tints of Razzle Dazzle Rose #F236D3
RGB
CMYK
RGB Variations
Color information
#F236D3 (or 0xF236D3) is known color: Razzle Dazzle Rose. HEX triplet: F2, 36 and D3. RGB value is (242,54,211). Sum of RGB (Red+Green+Blue) = 242+54+211=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 54 (21.48% from 255 or 10.65% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F236D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F236D3 is #0DC92C. Grayscale: #7F7F7F. Windows color (decimal): -903469 or 13842162. OLE color: 13842162.
HSL color Cylindrical-coordinate representation of color #F236D3: hue angle of 309.89º 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 #F236D3 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 54 | 211 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.05 |
| HSL | 309.89º | 0.88% | 0.58% | - |
| HSV(B) | 309.89º | 0.78% | 0.95% | - |
| XYZ | 49.69 | 26.22 | 64.07 | - |
| YUV | 128.11 | 174.78 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 54 | 211 | 0 | 0.78 | 0.13 | 0.05 | 309.89 | 0.88 | 0.58 |
| Hex | F2 | 36 | D3 | 0 | 4E | D | 5 | 136 | 58 | 3A |
| Octal | 362 | 66 | 323 | 0 | 116 | 15 | 5 | 466 | 130 | 72 |
| Binary | 11110010 | 110110 | 11010011 | 0 | 1001110 | 1101 | 101 | 100110110 | 1011000 | 111010 |
Color Harmonies of #F236D3
Complementary color
Monochromatic Colors of #F236D3
Black with #F236D3
Text Example
Text Example
White with #F236D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F236D3; }
p { color: rgb(242,54,211); }
H1.HeaderClassName
{
color: #F236D3;
}
.AnyTagClassName
{
color: #F236D3;
}
</style>
background-color css
<style>
a { background-color: #F236D3; }
a { background-color: rgb(242,54,211); }
div.DivClassName
{
background-color: #F236D3;
}
.BgClassName
{
background-color: #F236D3;
}
</style>
border-color css
<style>
span { border-color: #F236D3; }
span { border-color: rgb(242,54,211); }
td.TdClassName
{
border-color: #F236D3;
}
.TagClassName
{
border-color: #F236D3;
}
</style>