Shades of Shocking Pink #F003C2
Tints of Shocking Pink #F003C2
RGB
CMYK
RGB Variations
Color information
#F003C2 (or 0xF003C2) is known color: Shocking Pink. HEX triplet: F0, 03 and C2. RGB value is (240,3,194). Sum of RGB (Red+Green+Blue) = 240+3+194=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 3 (1.56% from 255 or 0.69% from 437); Blue value is 194 (76.17% from 255 or 44.39% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F003C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F003C2 is #0FFC3D. Grayscale: #5F5F5F. Windows color (decimal): -1047614 or 12714992. OLE color: 12714992.
HSL color Cylindrical-coordinate representation of color #F003C2: hue angle of 311.65º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F003C2 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 194 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.06 |
| HSL | 311.65º | 0.98% | 0.48% | - |
| HSV(B) | 311.65º | 0.99% | 0.94% | - |
| XYZ | 45.71 | 22.49 | 52.97 | - |
| YUV | 95.64 | 183.52 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 194 | 0 | 0.99 | 0.19 | 0.06 | 311.65 | 0.98 | 0.48 |
| Hex | F0 | 3 | C2 | 0 | 63 | 13 | 6 | 138 | 62 | 30 |
| Octal | 360 | 3 | 302 | 0 | 143 | 23 | 6 | 470 | 142 | 60 |
| Binary | 11110000 | 11 | 11000010 | 0 | 1100011 | 10011 | 110 | 100111000 | 1100010 | 110000 |
Color Harmonies of #F003C2
Complementary color
Monochromatic Colors of #F003C2
Black with #F003C2
Text Example
Text Example
White with #F003C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F003C2; }
p { color: rgb(240,3,194); }
H1.HeaderClassName
{
color: #F003C2;
}
.AnyTagClassName
{
color: #F003C2;
}
</style>
background-color css
<style>
a { background-color: #F003C2; }
a { background-color: rgb(240,3,194); }
div.DivClassName
{
background-color: #F003C2;
}
.BgClassName
{
background-color: #F003C2;
}
</style>
border-color css
<style>
span { border-color: #F003C2; }
span { border-color: rgb(240,3,194); }
td.TdClassName
{
border-color: #F003C2;
}
.TagClassName
{
border-color: #F003C2;
}
</style>