Shades of Razzle Dazzle Rose #F247D0
Tints of Razzle Dazzle Rose #F247D0
RGB
CMYK
RGB Variations
Color information
#F247D0 (or 0xF247D0) is known color: Razzle Dazzle Rose. HEX triplet: F2, 47 and D0. RGB value is (242,71,208). Sum of RGB (Red+Green+Blue) = 242+71+208=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 71 (28.12% from 255 or 13.63% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F247D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F247D0 is #0DB82F. Grayscale: #898989. Windows color (decimal): -899120 or 13649906. OLE color: 13649906.
HSL color Cylindrical-coordinate representation of color #F247D0: hue angle of 311.93º 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 #F247D0 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 208 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.05 |
| HSL | 311.93º | 0.87% | 0.61% | - |
| HSV(B) | 311.93º | 0.71% | 0.95% | - |
| XYZ | 50.26 | 27.94 | 62.42 | - |
| YUV | 137.75 | 167.65 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 208 | 0 | 0.71 | 0.14 | 0.05 | 311.93 | 0.87 | 0.61 |
| Hex | F2 | 47 | D0 | 0 | 47 | E | 5 | 138 | 57 | 3D |
| Octal | 362 | 107 | 320 | 0 | 107 | 16 | 5 | 470 | 127 | 75 |
| Binary | 11110010 | 1000111 | 11010000 | 0 | 1000111 | 1110 | 101 | 100111000 | 1010111 | 111101 |
Color Harmonies of #F247D0
Complementary color
Monochromatic Colors of #F247D0
Black with #F247D0
Text Example
Text Example
White with #F247D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F247D0; }
p { color: rgb(242,71,208); }
H1.HeaderClassName
{
color: #F247D0;
}
.AnyTagClassName
{
color: #F247D0;
}
</style>
background-color css
<style>
a { background-color: #F247D0; }
a { background-color: rgb(242,71,208); }
div.DivClassName
{
background-color: #F247D0;
}
.BgClassName
{
background-color: #F247D0;
}
</style>
border-color css
<style>
span { border-color: #F247D0; }
span { border-color: rgb(242,71,208); }
td.TdClassName
{
border-color: #F247D0;
}
.TagClassName
{
border-color: #F247D0;
}
</style>