Shades of Razzle Dazzle Rose #F246CF
Tints of Razzle Dazzle Rose #F246CF
RGB
CMYK
RGB Variations
Color information
#F246CF (or 0xF246CF) is known color: Razzle Dazzle Rose. HEX triplet: F2, 46 and CF. RGB value is (242,70,207). Sum of RGB (Red+Green+Blue) = 242+70+207=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 70 (27.73% from 255 or 13.49% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F246CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F246CF is #0DB930. Grayscale: #888888. Windows color (decimal): -899377 or 13584114. OLE color: 13584114.
HSL color Cylindrical-coordinate representation of color #F246CF: hue angle of 312.21º 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 #F246CF is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 70 | 207 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.05 |
| HSL | 312.21º | 0.87% | 0.61% | - |
| HSV(B) | 312.21º | 0.71% | 0.95% | - |
| XYZ | 50.07 | 27.76 | 61.75 | - |
| YUV | 137.05 | 167.48 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 70 | 207 | 0 | 0.71 | 0.14 | 0.05 | 312.21 | 0.87 | 0.61 |
| Hex | F2 | 46 | CF | 0 | 47 | E | 5 | 138 | 57 | 3D |
| Octal | 362 | 106 | 317 | 0 | 107 | 16 | 5 | 470 | 127 | 75 |
| Binary | 11110010 | 1000110 | 11001111 | 0 | 1000111 | 1110 | 101 | 100111000 | 1010111 | 111101 |
Color Harmonies of #F246CF
Complementary color
Monochromatic Colors of #F246CF
Black with #F246CF
Text Example
Text Example
White with #F246CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F246CF; }
p { color: rgb(242,70,207); }
H1.HeaderClassName
{
color: #F246CF;
}
.AnyTagClassName
{
color: #F246CF;
}
</style>
background-color css
<style>
a { background-color: #F246CF; }
a { background-color: rgb(242,70,207); }
div.DivClassName
{
background-color: #F246CF;
}
.BgClassName
{
background-color: #F246CF;
}
</style>
border-color css
<style>
span { border-color: #F246CF; }
span { border-color: rgb(242,70,207); }
td.TdClassName
{
border-color: #F246CF;
}
.TagClassName
{
border-color: #F246CF;
}
</style>