Shades of Razzle Dazzle Rose #F247CF
Tints of Razzle Dazzle Rose #F247CF
RGB
CMYK
RGB Variations
Color information
#F247CF (or 0xF247CF) is known color: Razzle Dazzle Rose. HEX triplet: F2, 47 and CF. RGB value is (242,71,207). Sum of RGB (Red+Green+Blue) = 242+71+207=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 71 (28.12% from 255 or 13.65% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F247CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F247CF is #0DB830. Grayscale: #898989. Windows color (decimal): -899121 or 13584370. OLE color: 13584370.
HSL color Cylindrical-coordinate representation of color #F247CF: hue angle of 312.28º 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 #F247CF is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 207 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.05 |
| HSL | 312.28º | 0.87% | 0.61% | - |
| HSV(B) | 312.28º | 0.71% | 0.95% | - |
| XYZ | 50.13 | 27.89 | 61.77 | - |
| YUV | 137.63 | 167.15 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 207 | 0 | 0.71 | 0.14 | 0.05 | 312.28 | 0.87 | 0.61 |
| Hex | F2 | 47 | CF | 0 | 47 | E | 5 | 138 | 57 | 3D |
| Octal | 362 | 107 | 317 | 0 | 107 | 16 | 5 | 470 | 127 | 75 |
| Binary | 11110010 | 1000111 | 11001111 | 0 | 1000111 | 1110 | 101 | 100111000 | 1010111 | 111101 |
Color Harmonies of #F247CF
Complementary color
Monochromatic Colors of #F247CF
Black with #F247CF
Text Example
Text Example
White with #F247CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F247CF; }
p { color: rgb(242,71,207); }
H1.HeaderClassName
{
color: #F247CF;
}
.AnyTagClassName
{
color: #F247CF;
}
</style>
background-color css
<style>
a { background-color: #F247CF; }
a { background-color: rgb(242,71,207); }
div.DivClassName
{
background-color: #F247CF;
}
.BgClassName
{
background-color: #F247CF;
}
</style>
border-color css
<style>
span { border-color: #F247CF; }
span { border-color: rgb(242,71,207); }
td.TdClassName
{
border-color: #F247CF;
}
.TagClassName
{
border-color: #F247CF;
}
</style>