Shades of Razzle Dazzle Rose #F235CE
Tints of Razzle Dazzle Rose #F235CE
RGB
CMYK
RGB Variations
Color information
#F235CE (or 0xF235CE) is known color: Razzle Dazzle Rose. HEX triplet: F2, 35 and CE. RGB value is (242,53,206). Sum of RGB (Red+Green+Blue) = 242+53+206=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 53 (21.09% from 255 or 10.58% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F235CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F235CE is #0DCA31. Grayscale: #7E7E7E. Windows color (decimal): -903730 or 13514226. OLE color: 13514226.
HSL color Cylindrical-coordinate representation of color #F235CE: hue angle of 311.43º 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 #F235CE is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 53 | 206 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.05 |
| HSL | 311.43º | 0.88% | 0.58% | - |
| HSV(B) | 311.43º | 0.78% | 0.95% | - |
| XYZ | 49.03 | 25.88 | 60.8 | - |
| YUV | 126.95 | 172.62 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 53 | 206 | 0 | 0.78 | 0.15 | 0.05 | 311.43 | 0.88 | 0.58 |
| Hex | F2 | 35 | CE | 0 | 4E | F | 5 | 137 | 58 | 3A |
| Octal | 362 | 65 | 316 | 0 | 116 | 17 | 5 | 467 | 130 | 72 |
| Binary | 11110010 | 110101 | 11001110 | 0 | 1001110 | 1111 | 101 | 100110111 | 1011000 | 111010 |
Color Harmonies of #F235CE
Complementary color
Monochromatic Colors of #F235CE
Black with #F235CE
Text Example
Text Example
White with #F235CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F235CE; }
p { color: rgb(242,53,206); }
H1.HeaderClassName
{
color: #F235CE;
}
.AnyTagClassName
{
color: #F235CE;
}
</style>
background-color css
<style>
a { background-color: #F235CE; }
a { background-color: rgb(242,53,206); }
div.DivClassName
{
background-color: #F235CE;
}
.BgClassName
{
background-color: #F235CE;
}
</style>
border-color css
<style>
span { border-color: #F235CE; }
span { border-color: rgb(242,53,206); }
td.TdClassName
{
border-color: #F235CE;
}
.TagClassName
{
border-color: #F235CE;
}
</style>