Shades of Shocking Pink #F006C4
Tints of Shocking Pink #F006C4
RGB
CMYK
RGB Variations
Color information
#F006C4 (or 0xF006C4) is known color: Shocking Pink. HEX triplet: F0, 06 and C4. RGB value is (240,6,196). Sum of RGB (Red+Green+Blue) = 240+6+196=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 6 (2.73% from 255 or 1.36% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F006C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F006C4 is #0FF93B. Grayscale: #616161. Windows color (decimal): -1046844 or 12846832. OLE color: 12846832.
HSL color Cylindrical-coordinate representation of color #F006C4: hue angle of 311.28º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F006C4 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 196 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.06 |
| HSL | 311.28º | 0.95% | 0.48% | - |
| HSV(B) | 311.28º | 0.98% | 0.94% | - |
| XYZ | 45.96 | 22.64 | 54.17 | - |
| YUV | 97.63 | 183.52 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 196 | 0 | 0.98 | 0.18 | 0.06 | 311.28 | 0.95 | 0.48 |
| Hex | F0 | 6 | C4 | 0 | 62 | 12 | 6 | 137 | 5F | 30 |
| Octal | 360 | 6 | 304 | 0 | 142 | 22 | 6 | 467 | 137 | 60 |
| Binary | 11110000 | 110 | 11000100 | 0 | 1100010 | 10010 | 110 | 100110111 | 1011111 | 110000 |
Color Harmonies of #F006C4
Complementary color
Monochromatic Colors of #F006C4
Black with #F006C4
Text Example
Text Example
White with #F006C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F006C4; }
p { color: rgb(240,6,196); }
H1.HeaderClassName
{
color: #F006C4;
}
.AnyTagClassName
{
color: #F006C4;
}
</style>
background-color css
<style>
a { background-color: #F006C4; }
a { background-color: rgb(240,6,196); }
div.DivClassName
{
background-color: #F006C4;
}
.BgClassName
{
background-color: #F006C4;
}
</style>
border-color css
<style>
span { border-color: #F006C4; }
span { border-color: rgb(240,6,196); }
td.TdClassName
{
border-color: #F006C4;
}
.TagClassName
{
border-color: #F006C4;
}
</style>