Shades of Shocking Pink #F009C4
Tints of Shocking Pink #F009C4
RGB
CMYK
RGB Variations
Color information
#F009C4 (or 0xF009C4) is known color: Shocking Pink. HEX triplet: F0, 09 and C4. RGB value is (240,9,196). Sum of RGB (Red+Green+Blue) = 240+9+196=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 9 (3.91% from 255 or 2.02% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F009C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F009C4 is #0FF63B. Grayscale: #626262. Windows color (decimal): -1046076 or 12847600. OLE color: 12847600.
HSL color Cylindrical-coordinate representation of color #F009C4: hue angle of 311.43º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F009C4 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 196 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.06 |
| HSL | 311.43º | 0.93% | 0.49% | - |
| HSV(B) | 311.43º | 0.96% | 0.94% | - |
| XYZ | 46 | 22.71 | 54.18 | - |
| YUV | 99.39 | 182.53 | 228.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 196 | 0 | 0.96 | 0.18 | 0.06 | 311.43 | 0.93 | 0.49 |
| Hex | F0 | 9 | C4 | 0 | 60 | 12 | 6 | 137 | 5D | 31 |
| Octal | 360 | 11 | 304 | 0 | 140 | 22 | 6 | 467 | 135 | 61 |
| Binary | 11110000 | 1001 | 11000100 | 0 | 1100000 | 10010 | 110 | 100110111 | 1011101 | 110001 |
Color Harmonies of #F009C4
Complementary color
Monochromatic Colors of #F009C4
Black with #F009C4
Text Example
Text Example
White with #F009C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F009C4; }
p { color: rgb(240,9,196); }
H1.HeaderClassName
{
color: #F009C4;
}
.AnyTagClassName
{
color: #F009C4;
}
</style>
background-color css
<style>
a { background-color: #F009C4; }
a { background-color: rgb(240,9,196); }
div.DivClassName
{
background-color: #F009C4;
}
.BgClassName
{
background-color: #F009C4;
}
</style>
border-color css
<style>
span { border-color: #F009C4; }
span { border-color: rgb(240,9,196); }
td.TdClassName
{
border-color: #F009C4;
}
.TagClassName
{
border-color: #F009C4;
}
</style>