Shades of Razzle Dazzle Rose #F23DB7
Tints of Razzle Dazzle Rose #F23DB7
RGB
CMYK
RGB Variations
Color information
#F23DB7 (or 0xF23DB7) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3D and B7. RGB value is (242,61,183). Sum of RGB (Red+Green+Blue) = 242+61+183=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 61 (24.22% from 255 or 12.55% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F23DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23DB7 is #0DC248. Grayscale: #808080. Windows color (decimal): -901705 or 12008946. OLE color: 12008946.
HSL color Cylindrical-coordinate representation of color #F23DB7: hue angle of 319.56º degrees, saturation: 0.87, 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 #F23DB7 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 183 | - |
| CMYK | 0 | 0.75 | 0.24 | 0.05 |
| HSL | 319.56º | 0.87% | 0.59% | - |
| HSV(B) | 319.56º | 0.75% | 0.95% | - |
| XYZ | 46.83 | 25.63 | 47.28 | - |
| YUV | 129.03 | 158.47 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 183 | 0 | 0.75 | 0.24 | 0.05 | 319.56 | 0.87 | 0.59 |
| Hex | F2 | 3D | B7 | 0 | 4B | 18 | 5 | 140 | 57 | 3B |
| Octal | 362 | 75 | 267 | 0 | 113 | 30 | 5 | 500 | 127 | 73 |
| Binary | 11110010 | 111101 | 10110111 | 0 | 1001011 | 11000 | 101 | 101000000 | 1010111 | 111011 |
Color Harmonies of #F23DB7
Complementary color
Monochromatic Colors of #F23DB7
Black with #F23DB7
Text Example
Text Example
White with #F23DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23DB7; }
p { color: rgb(242,61,183); }
H1.HeaderClassName
{
color: #F23DB7;
}
.AnyTagClassName
{
color: #F23DB7;
}
</style>
background-color css
<style>
a { background-color: #F23DB7; }
a { background-color: rgb(242,61,183); }
div.DivClassName
{
background-color: #F23DB7;
}
.BgClassName
{
background-color: #F23DB7;
}
</style>
border-color css
<style>
span { border-color: #F23DB7; }
span { border-color: rgb(242,61,183); }
td.TdClassName
{
border-color: #F23DB7;
}
.TagClassName
{
border-color: #F23DB7;
}
</style>