Shades of Razzle Dazzle Rose #F23BDF
Tints of Razzle Dazzle Rose #F23BDF
RGB
CMYK
RGB Variations
Color information
#F23BDF (or 0xF23BDF) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3B and DF. RGB value is (242,59,223). Sum of RGB (Red+Green+Blue) = 242+59+223=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 59 (23.44% from 255 or 11.26% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 242 - color contains mainly: red. Hex color #F23BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23BDF is #0DC420. Grayscale: #838383. Windows color (decimal): -902177 or 14629874. OLE color: 14629874.
HSL color Cylindrical-coordinate representation of color #F23BDF: hue angle of 306.23º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23BDF is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 59 | 223 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.05 |
| HSL | 306.23º | 0.88% | 0.59% | - |
| HSV(B) | 306.23º | 0.76% | 0.95% | - |
| XYZ | 51.5 | 27.33 | 72.37 | - |
| YUV | 132.41 | 179.13 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 59 | 223 | 0 | 0.76 | 0.08 | 0.05 | 306.23 | 0.88 | 0.59 |
| Hex | F2 | 3B | DF | 0 | 4C | 8 | 5 | 132 | 58 | 3B |
| Octal | 362 | 73 | 337 | 0 | 114 | 10 | 5 | 462 | 130 | 73 |
| Binary | 11110010 | 111011 | 11011111 | 0 | 1001100 | 1000 | 101 | 100110010 | 1011000 | 111011 |
Color Harmonies of #F23BDF
Complementary color
Monochromatic Colors of #F23BDF
Black with #F23BDF
Text Example
Text Example
White with #F23BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23BDF; }
p { color: rgb(242,59,223); }
H1.HeaderClassName
{
color: #F23BDF;
}
.AnyTagClassName
{
color: #F23BDF;
}
</style>
background-color css
<style>
a { background-color: #F23BDF; }
a { background-color: rgb(242,59,223); }
div.DivClassName
{
background-color: #F23BDF;
}
.BgClassName
{
background-color: #F23BDF;
}
</style>
border-color css
<style>
span { border-color: #F23BDF; }
span { border-color: rgb(242,59,223); }
td.TdClassName
{
border-color: #F23BDF;
}
.TagClassName
{
border-color: #F23BDF;
}
</style>