Shades of Razzle Dazzle Rose #F028C4
Tints of Razzle Dazzle Rose #F028C4
RGB
CMYK
RGB Variations
Color information
#F028C4 (or 0xF028C4) is known color: Razzle Dazzle Rose. HEX triplet: F0, 28 and C4. RGB value is (240,40,196). Sum of RGB (Red+Green+Blue) = 240+40+196=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 40 (16.02% from 255 or 8.40% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F028C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F028C4 is #0FD73B. Grayscale: #757575. Windows color (decimal): -1038140 or 12855536. OLE color: 12855536.
HSL color Cylindrical-coordinate representation of color #F028C4: hue angle of 313.2º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F028C4 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 196 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.06 |
| HSL | 313.2º | 0.87% | 0.55% | - |
| HSV(B) | 313.2º | 0.83% | 0.94% | - |
| XYZ | 46.66 | 24.03 | 54.4 | - |
| YUV | 117.58 | 172.26 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 196 | 0 | 0.83 | 0.18 | 0.06 | 313.2 | 0.87 | 0.55 |
| Hex | F0 | 28 | C4 | 0 | 53 | 12 | 6 | 139 | 57 | 37 |
| Octal | 360 | 50 | 304 | 0 | 123 | 22 | 6 | 471 | 127 | 67 |
| Binary | 11110000 | 101000 | 11000100 | 0 | 1010011 | 10010 | 110 | 100111001 | 1010111 | 110111 |
Color Harmonies of #F028C4
Complementary color
Monochromatic Colors of #F028C4
Black with #F028C4
Text Example
Text Example
White with #F028C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F028C4; }
p { color: rgb(240,40,196); }
H1.HeaderClassName
{
color: #F028C4;
}
.AnyTagClassName
{
color: #F028C4;
}
</style>
background-color css
<style>
a { background-color: #F028C4; }
a { background-color: rgb(240,40,196); }
div.DivClassName
{
background-color: #F028C4;
}
.BgClassName
{
background-color: #F028C4;
}
</style>
border-color css
<style>
span { border-color: #F028C4; }
span { border-color: rgb(240,40,196); }
td.TdClassName
{
border-color: #F028C4;
}
.TagClassName
{
border-color: #F028C4;
}
</style>