Shades of Razzle Dazzle Rose #F23AD6
Tints of Razzle Dazzle Rose #F23AD6
RGB
CMYK
RGB Variations
Color information
#F23AD6 (or 0xF23AD6) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3A and D6. RGB value is (242,58,214). Sum of RGB (Red+Green+Blue) = 242+58+214=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 58 (23.05% from 255 or 11.28% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F23AD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23AD6 is #0DC529. Grayscale: #828282. Windows color (decimal): -902442 or 14039794. OLE color: 14039794.
HSL color Cylindrical-coordinate representation of color #F23AD6: hue angle of 309.13º 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 #F23AD6 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 58 | 214 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.05 |
| HSL | 309.13º | 0.88% | 0.59% | - |
| HSV(B) | 309.13º | 0.76% | 0.95% | - |
| XYZ | 50.27 | 26.76 | 66.13 | - |
| YUV | 130.8 | 174.96 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 58 | 214 | 0 | 0.76 | 0.12 | 0.05 | 309.13 | 0.88 | 0.59 |
| Hex | F2 | 3A | D6 | 0 | 4C | C | 5 | 135 | 58 | 3B |
| Octal | 362 | 72 | 326 | 0 | 114 | 14 | 5 | 465 | 130 | 73 |
| Binary | 11110010 | 111010 | 11010110 | 0 | 1001100 | 1100 | 101 | 100110101 | 1011000 | 111011 |
Color Harmonies of #F23AD6
Complementary color
Monochromatic Colors of #F23AD6
Black with #F23AD6
Text Example
Text Example
White with #F23AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23AD6; }
p { color: rgb(242,58,214); }
H1.HeaderClassName
{
color: #F23AD6;
}
.AnyTagClassName
{
color: #F23AD6;
}
</style>
background-color css
<style>
a { background-color: #F23AD6; }
a { background-color: rgb(242,58,214); }
div.DivClassName
{
background-color: #F23AD6;
}
.BgClassName
{
background-color: #F23AD6;
}
</style>
border-color css
<style>
span { border-color: #F23AD6; }
span { border-color: rgb(242,58,214); }
td.TdClassName
{
border-color: #F23AD6;
}
.TagClassName
{
border-color: #F23AD6;
}
</style>