Shades of Shocking Pink #F815CA
Tints of Shocking Pink #F815CA
RGB
CMYK
RGB Variations
Color information
#F815CA (or 0xF815CA) is known color: Shocking Pink. HEX triplet: F8, 15 and CA. RGB value is (248,21,202). Sum of RGB (Red+Green+Blue) = 248+21+202=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 21 (8.59% from 255 or 4.46% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F815CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F815CA is #07EA35. Grayscale: #6D6D6D. Windows color (decimal): -518710 or 13243896. OLE color: 13243896.
HSL color Cylindrical-coordinate representation of color #F815CA: hue angle of 312.16º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F815CA is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 202 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.03 |
| HSL | 312.16º | 0.94% | 0.53% | - |
| HSV(B) | 312.16º | 0.92% | 0.97% | - |
| XYZ | 49.64 | 24.76 | 58.04 | - |
| YUV | 109.51 | 180.21 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 202 | 0 | 0.92 | 0.19 | 0.03 | 312.16 | 0.94 | 0.53 |
| Hex | F8 | 15 | CA | 0 | 5C | 13 | 3 | 138 | 5E | 35 |
| Octal | 370 | 25 | 312 | 0 | 134 | 23 | 3 | 470 | 136 | 65 |
| Binary | 11111000 | 10101 | 11001010 | 0 | 1011100 | 10011 | 11 | 100111000 | 1011110 | 110101 |
Color Harmonies of #F815CA
Complementary color
Monochromatic Colors of #F815CA
Black with #F815CA
Text Example
Text Example
White with #F815CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F815CA; }
p { color: rgb(248,21,202); }
H1.HeaderClassName
{
color: #F815CA;
}
.AnyTagClassName
{
color: #F815CA;
}
</style>
background-color css
<style>
a { background-color: #F815CA; }
a { background-color: rgb(248,21,202); }
div.DivClassName
{
background-color: #F815CA;
}
.BgClassName
{
background-color: #F815CA;
}
</style>
border-color css
<style>
span { border-color: #F815CA; }
span { border-color: rgb(248,21,202); }
td.TdClassName
{
border-color: #F815CA;
}
.TagClassName
{
border-color: #F815CA;
}
</style>