Shades of Razzle Dazzle Rose #F247CE
Tints of Razzle Dazzle Rose #F247CE
RGB
CMYK
RGB Variations
Color information
#F247CE (or 0xF247CE) is known color: Razzle Dazzle Rose. HEX triplet: F2, 47 and CE. RGB value is (242,71,206). Sum of RGB (Red+Green+Blue) = 242+71+206=519 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.63% from 519); Green value is 71 (28.12% from 255 or 13.68% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 242 - color contains mainly: red. Hex color #F247CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F247CE is #0DB831. Grayscale: #898989. Windows color (decimal): -899122 or 13518834. OLE color: 13518834.
HSL color Cylindrical-coordinate representation of color #F247CE: hue angle of 312.63º 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 #F247CE is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 206 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.05 |
| HSL | 312.63º | 0.87% | 0.61% | - |
| HSV(B) | 312.63º | 0.71% | 0.95% | - |
| XYZ | 50.01 | 27.84 | 61.13 | - |
| YUV | 137.52 | 166.65 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 206 | 0 | 0.71 | 0.15 | 0.05 | 312.63 | 0.87 | 0.61 |
| Hex | F2 | 47 | CE | 0 | 47 | F | 5 | 139 | 57 | 3D |
| Octal | 362 | 107 | 316 | 0 | 107 | 17 | 5 | 471 | 127 | 75 |
| Binary | 11110010 | 1000111 | 11001110 | 0 | 1000111 | 1111 | 101 | 100111001 | 1010111 | 111101 |
Color Harmonies of #F247CE
Complementary color
Monochromatic Colors of #F247CE
Black with #F247CE
Text Example
Text Example
White with #F247CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F247CE; }
p { color: rgb(242,71,206); }
H1.HeaderClassName
{
color: #F247CE;
}
.AnyTagClassName
{
color: #F247CE;
}
</style>
background-color css
<style>
a { background-color: #F247CE; }
a { background-color: rgb(242,71,206); }
div.DivClassName
{
background-color: #F247CE;
}
.BgClassName
{
background-color: #F247CE;
}
</style>
border-color css
<style>
span { border-color: #F247CE; }
span { border-color: rgb(242,71,206); }
td.TdClassName
{
border-color: #F247CE;
}
.TagClassName
{
border-color: #F247CE;
}
</style>