Shades of Razzle Dazzle Rose #F235C5
Tints of Razzle Dazzle Rose #F235C5
RGB
CMYK
RGB Variations
Color information
#F235C5 (or 0xF235C5) is known color: Razzle Dazzle Rose. HEX triplet: F2, 35 and C5. RGB value is (242,53,197). Sum of RGB (Red+Green+Blue) = 242+53+197=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 53 (21.09% from 255 or 10.77% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F235C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F235C5 is #0DCA3A. Grayscale: #7D7D7D. Windows color (decimal): -903739 or 12924402. OLE color: 12924402.
HSL color Cylindrical-coordinate representation of color #F235C5: hue angle of 314.29º 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 #F235C5 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 197 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.05 |
| HSL | 314.29º | 0.88% | 0.58% | - |
| HSV(B) | 314.29º | 0.78% | 0.95% | - |
| XYZ | 47.97 | 25.45 | 55.21 | - |
| YUV | 125.93 | 168.12 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 197 | 0 | 0.78 | 0.19 | 0.05 | 314.29 | 0.88 | 0.58 |
| Hex | F2 | 35 | C5 | 0 | 4E | 13 | 5 | 13A | 58 | 3A |
| Octal | 362 | 65 | 305 | 0 | 116 | 23 | 5 | 472 | 130 | 72 |
| Binary | 11110010 | 110101 | 11000101 | 0 | 1001110 | 10011 | 101 | 100111010 | 1011000 | 111010 |
Color Harmonies of #F235C5
Complementary color
Monochromatic Colors of #F235C5
Black with #F235C5
Text Example
Text Example
White with #F235C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F235C5; }
p { color: rgb(242,53,197); }
H1.HeaderClassName
{
color: #F235C5;
}
.AnyTagClassName
{
color: #F235C5;
}
</style>
background-color css
<style>
a { background-color: #F235C5; }
a { background-color: rgb(242,53,197); }
div.DivClassName
{
background-color: #F235C5;
}
.BgClassName
{
background-color: #F235C5;
}
</style>
border-color css
<style>
span { border-color: #F235C5; }
span { border-color: rgb(242,53,197); }
td.TdClassName
{
border-color: #F235C5;
}
.TagClassName
{
border-color: #F235C5;
}
</style>