Shades of Shocking Pink #F019D3
Tints of Shocking Pink #F019D3
RGB
CMYK
RGB Variations
Color information
#F019D3 (or 0xF019D3) is known color: Shocking Pink. HEX triplet: F0, 19 and D3. RGB value is (240,25,211). Sum of RGB (Red+Green+Blue) = 240+25+211=476 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.42% from 476); Green value is 25 (10.16% from 255 or 5.25% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 240 - color contains mainly: red. Hex color #F019D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F019D3 is #0FE62C. Grayscale: #6D6D6D. Windows color (decimal): -1041965 or 13834736. OLE color: 13834736.
HSL color Cylindrical-coordinate representation of color #F019D3: hue angle of 308.09º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F019D3 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 211 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.06 |
| HSL | 308.09º | 0.88% | 0.52% | - |
| HSV(B) | 308.09º | 0.9% | 0.94% | - |
| XYZ | 48.04 | 23.92 | 63.71 | - |
| YUV | 110.49 | 184.73 | 220.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 211 | 0 | 0.90 | 0.12 | 0.06 | 308.09 | 0.88 | 0.52 |
| Hex | F0 | 19 | D3 | 0 | 5A | C | 6 | 134 | 58 | 34 |
| Octal | 360 | 31 | 323 | 0 | 132 | 14 | 6 | 464 | 130 | 64 |
| Binary | 11110000 | 11001 | 11010011 | 0 | 1011010 | 1100 | 110 | 100110100 | 1011000 | 110100 |
Color Harmonies of #F019D3
Complementary color
Monochromatic Colors of #F019D3
Black with #F019D3
Text Example
Text Example
White with #F019D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F019D3; }
p { color: rgb(240,25,211); }
H1.HeaderClassName
{
color: #F019D3;
}
.AnyTagClassName
{
color: #F019D3;
}
</style>
background-color css
<style>
a { background-color: #F019D3; }
a { background-color: rgb(240,25,211); }
div.DivClassName
{
background-color: #F019D3;
}
.BgClassName
{
background-color: #F019D3;
}
</style>
border-color css
<style>
span { border-color: #F019D3; }
span { border-color: rgb(240,25,211); }
td.TdClassName
{
border-color: #F019D3;
}
.TagClassName
{
border-color: #F019D3;
}
</style>