Shades of Razzle Dazzle Rose #F23CEB
Tints of Razzle Dazzle Rose #F23CEB
RGB
CMYK
RGB Variations
Color information
#F23CEB (or 0xF23CEB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3C and EB. RGB value is (242,60,235). Sum of RGB (Red+Green+Blue) = 242+60+235=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 60 (23.83% from 255 or 11.17% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F23CEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F23CEB is #0DC314. Grayscale: #858585. Windows color (decimal): -901909 or 15416562. OLE color: 15416562.
HSL color Cylindrical-coordinate representation of color #F23CEB: hue angle of 302.31º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23CEB is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 235 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.05 |
| HSL | 302.31º | 0.88% | 0.59% | - |
| HSV(B) | 302.31º | 0.75% | 0.95% | - |
| XYZ | 53.23 | 28.11 | 81.22 | - |
| YUV | 134.37 | 184.8 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 235 | 0 | 0.75 | 0.03 | 0.05 | 302.31 | 0.88 | 0.59 |
| Hex | F2 | 3C | EB | 0 | 4B | 3 | 5 | 12E | 58 | 3B |
| Octal | 362 | 74 | 353 | 0 | 113 | 3 | 5 | 456 | 130 | 73 |
| Binary | 11110010 | 111100 | 11101011 | 0 | 1001011 | 11 | 101 | 100101110 | 1011000 | 111011 |
Color Harmonies of #F23CEB
Complementary color
Monochromatic Colors of #F23CEB
Black with #F23CEB
Text Example
Text Example
White with #F23CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23CEB; }
p { color: rgb(242,60,235); }
H1.HeaderClassName
{
color: #F23CEB;
}
.AnyTagClassName
{
color: #F23CEB;
}
</style>
background-color css
<style>
a { background-color: #F23CEB; }
a { background-color: rgb(242,60,235); }
div.DivClassName
{
background-color: #F23CEB;
}
.BgClassName
{
background-color: #F23CEB;
}
</style>
border-color css
<style>
span { border-color: #F23CEB; }
span { border-color: rgb(242,60,235); }
td.TdClassName
{
border-color: #F23CEB;
}
.TagClassName
{
border-color: #F23CEB;
}
</style>