Shades of Razzle Dazzle Rose #F235D4
Tints of Razzle Dazzle Rose #F235D4
RGB
CMYK
RGB Variations
Color information
#F235D4 (or 0xF235D4) is known color: Razzle Dazzle Rose. HEX triplet: F2, 35 and D4. RGB value is (242,53,212). Sum of RGB (Red+Green+Blue) = 242+53+212=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 53 (21.09% from 255 or 10.45% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F235D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F235D4 is #0DCA2B. Grayscale: #7F7F7F. Windows color (decimal): -903724 or 13907442. OLE color: 13907442.
HSL color Cylindrical-coordinate representation of color #F235D4: hue angle of 309.52º 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 #F235D4 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 212 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.05 |
| HSL | 309.52º | 0.88% | 0.58% | - |
| HSV(B) | 309.52º | 0.78% | 0.95% | - |
| XYZ | 49.77 | 26.18 | 64.72 | - |
| YUV | 127.64 | 175.62 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 212 | 0 | 0.78 | 0.12 | 0.05 | 309.52 | 0.88 | 0.58 |
| Hex | F2 | 35 | D4 | 0 | 4E | C | 5 | 136 | 58 | 3A |
| Octal | 362 | 65 | 324 | 0 | 116 | 14 | 5 | 466 | 130 | 72 |
| Binary | 11110010 | 110101 | 11010100 | 0 | 1001110 | 1100 | 101 | 100110110 | 1011000 | 111010 |
Color Harmonies of #F235D4
Complementary color
Monochromatic Colors of #F235D4
Black with #F235D4
Text Example
Text Example
White with #F235D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F235D4; }
p { color: rgb(242,53,212); }
H1.HeaderClassName
{
color: #F235D4;
}
.AnyTagClassName
{
color: #F235D4;
}
</style>
background-color css
<style>
a { background-color: #F235D4; }
a { background-color: rgb(242,53,212); }
div.DivClassName
{
background-color: #F235D4;
}
.BgClassName
{
background-color: #F235D4;
}
</style>
border-color css
<style>
span { border-color: #F235D4; }
span { border-color: rgb(242,53,212); }
td.TdClassName
{
border-color: #F235D4;
}
.TagClassName
{
border-color: #F235D4;
}
</style>