Shades of Razzle Dazzle Rose #F246B7
Tints of Razzle Dazzle Rose #F246B7
RGB
CMYK
RGB Variations
Color information
#F246B7 (or 0xF246B7) is known color: Razzle Dazzle Rose. HEX triplet: F2, 46 and B7. RGB value is (242,70,183). Sum of RGB (Red+Green+Blue) = 242+70+183=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 70 (27.73% from 255 or 14.14% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F246B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F246B7 is #0DB948. Grayscale: #868686. Windows color (decimal): -899401 or 12011250. OLE color: 12011250.
HSL color Cylindrical-coordinate representation of color #F246B7: hue angle of 320.58º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F246B7 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 183 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.05 |
| HSL | 320.58º | 0.87% | 0.61% | - |
| HSV(B) | 320.58º | 0.71% | 0.95% | - |
| XYZ | 47.36 | 26.68 | 47.45 | - |
| YUV | 134.31 | 155.48 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 183 | 0 | 0.71 | 0.24 | 0.05 | 320.58 | 0.87 | 0.61 |
| Hex | F2 | 46 | B7 | 0 | 47 | 18 | 5 | 141 | 57 | 3D |
| Octal | 362 | 106 | 267 | 0 | 107 | 30 | 5 | 501 | 127 | 75 |
| Binary | 11110010 | 1000110 | 10110111 | 0 | 1000111 | 11000 | 101 | 101000001 | 1010111 | 111101 |
Color Harmonies of #F246B7
Complementary color
Monochromatic Colors of #F246B7
Black with #F246B7
Text Example
Text Example
White with #F246B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F246B7; }
p { color: rgb(242,70,183); }
H1.HeaderClassName
{
color: #F246B7;
}
.AnyTagClassName
{
color: #F246B7;
}
</style>
background-color css
<style>
a { background-color: #F246B7; }
a { background-color: rgb(242,70,183); }
div.DivClassName
{
background-color: #F246B7;
}
.BgClassName
{
background-color: #F246B7;
}
</style>
border-color css
<style>
span { border-color: #F246B7; }
span { border-color: rgb(242,70,183); }
td.TdClassName
{
border-color: #F246B7;
}
.TagClassName
{
border-color: #F246B7;
}
</style>