Shades of Razzle Dazzle Rose #F047C4
Tints of Razzle Dazzle Rose #F047C4
RGB
CMYK
RGB Variations
Color information
#F047C4 (or 0xF047C4) is known color: Razzle Dazzle Rose. HEX triplet: F0, 47 and C4. RGB value is (240,71,196). Sum of RGB (Red+Green+Blue) = 240+71+196=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 71 (28.12% from 255 or 14.00% from 507); Blue value is 196 (76.95% from 255 or 38.66% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F047C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F047C4 is #0FB83B. Grayscale: #878787. Windows color (decimal): -1030204 or 12863472. OLE color: 12863472.
HSL color Cylindrical-coordinate representation of color #F047C4: hue angle of 315.62º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F047C4 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 196 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.06 |
| HSL | 315.62º | 0.85% | 0.61% | - |
| HSV(B) | 315.62º | 0.7% | 0.94% | - |
| XYZ | 48.15 | 27.02 | 54.9 | - |
| YUV | 135.78 | 161.99 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 196 | 0 | 0.70 | 0.18 | 0.06 | 315.62 | 0.85 | 0.61 |
| Hex | F0 | 47 | C4 | 0 | 46 | 12 | 6 | 13C | 55 | 3D |
| Octal | 360 | 107 | 304 | 0 | 106 | 22 | 6 | 474 | 125 | 75 |
| Binary | 11110000 | 1000111 | 11000100 | 0 | 1000110 | 10010 | 110 | 100111100 | 1010101 | 111101 |
Color Harmonies of #F047C4
Complementary color
Monochromatic Colors of #F047C4
Black with #F047C4
Text Example
Text Example
White with #F047C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F047C4; }
p { color: rgb(240,71,196); }
H1.HeaderClassName
{
color: #F047C4;
}
.AnyTagClassName
{
color: #F047C4;
}
</style>
background-color css
<style>
a { background-color: #F047C4; }
a { background-color: rgb(240,71,196); }
div.DivClassName
{
background-color: #F047C4;
}
.BgClassName
{
background-color: #F047C4;
}
</style>
border-color css
<style>
span { border-color: #F047C4; }
span { border-color: rgb(240,71,196); }
td.TdClassName
{
border-color: #F047C4;
}
.TagClassName
{
border-color: #F047C4;
}
</style>