Shades of Shocking Pink #F915D4
Tints of Shocking Pink #F915D4
RGB
CMYK
RGB Variations
Color information
#F915D4 (or 0xF915D4) is known color: Shocking Pink. HEX triplet: F9, 15 and D4. RGB value is (249,21,212). Sum of RGB (Red+Green+Blue) = 249+21+212=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 212 (83.20% from 255 or 43.98% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F915D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F915D4 is #06EA2B. Grayscale: #6E6E6E. Windows color (decimal): -453164 or 13899257. OLE color: 13899257.
HSL color Cylindrical-coordinate representation of color #F915D4: hue angle of 309.74º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F915D4 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 212 | - |
| CMYK | 0 | 0.92 | 0.15 | 0.02 |
| HSL | 309.74º | 0.95% | 0.53% | - |
| HSV(B) | 309.74º | 0.92% | 0.98% | - |
| XYZ | 51.22 | 25.43 | 64.5 | - |
| YUV | 110.95 | 185.04 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 212 | 0 | 0.92 | 0.15 | 0.02 | 309.74 | 0.95 | 0.53 |
| Hex | F9 | 15 | D4 | 0 | 5C | F | 2 | 136 | 5F | 35 |
| Octal | 371 | 25 | 324 | 0 | 134 | 17 | 2 | 466 | 137 | 65 |
| Binary | 11111001 | 10101 | 11010100 | 0 | 1011100 | 1111 | 10 | 100110110 | 1011111 | 110101 |
Color Harmonies of #F915D4
Complementary color
Monochromatic Colors of #F915D4
Black with #F915D4
Text Example
Text Example
White with #F915D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F915D4; }
p { color: rgb(249,21,212); }
H1.HeaderClassName
{
color: #F915D4;
}
.AnyTagClassName
{
color: #F915D4;
}
</style>
background-color css
<style>
a { background-color: #F915D4; }
a { background-color: rgb(249,21,212); }
div.DivClassName
{
background-color: #F915D4;
}
.BgClassName
{
background-color: #F915D4;
}
</style>
border-color css
<style>
span { border-color: #F915D4; }
span { border-color: rgb(249,21,212); }
td.TdClassName
{
border-color: #F915D4;
}
.TagClassName
{
border-color: #F915D4;
}
</style>