Shades of Shocking Pink #F008C3
Tints of Shocking Pink #F008C3
RGB
CMYK
RGB Variations
Color information
#F008C3 (or 0xF008C3) is known color: Shocking Pink. HEX triplet: F0, 08 and C3. RGB value is (240,8,195). Sum of RGB (Red+Green+Blue) = 240+8+195=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 8 (3.52% from 255 or 1.81% from 443); Blue value is 195 (76.56% from 255 or 44.02% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F008C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F008C3 is #0FF73C. Grayscale: #626262. Windows color (decimal): -1046333 or 12781808. OLE color: 12781808.
HSL color Cylindrical-coordinate representation of color #F008C3: hue angle of 311.64º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F008C3 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 195 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.06 |
| HSL | 311.64º | 0.94% | 0.49% | - |
| HSV(B) | 311.64º | 0.97% | 0.94% | - |
| XYZ | 45.87 | 22.64 | 53.58 | - |
| YUV | 98.69 | 182.36 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 195 | 0 | 0.97 | 0.19 | 0.06 | 311.64 | 0.94 | 0.49 |
| Hex | F0 | 8 | C3 | 0 | 61 | 13 | 6 | 138 | 5E | 31 |
| Octal | 360 | 10 | 303 | 0 | 141 | 23 | 6 | 470 | 136 | 61 |
| Binary | 11110000 | 1000 | 11000011 | 0 | 1100001 | 10011 | 110 | 100111000 | 1011110 | 110001 |
Color Harmonies of #F008C3
Complementary color
Monochromatic Colors of #F008C3
Black with #F008C3
Text Example
Text Example
White with #F008C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F008C3; }
p { color: rgb(240,8,195); }
H1.HeaderClassName
{
color: #F008C3;
}
.AnyTagClassName
{
color: #F008C3;
}
</style>
background-color css
<style>
a { background-color: #F008C3; }
a { background-color: rgb(240,8,195); }
div.DivClassName
{
background-color: #F008C3;
}
.BgClassName
{
background-color: #F008C3;
}
</style>
border-color css
<style>
span { border-color: #F008C3; }
span { border-color: rgb(240,8,195); }
td.TdClassName
{
border-color: #F008C3;
}
.TagClassName
{
border-color: #F008C3;
}
</style>