Shades of Shocking Pink #F813CA
Tints of Shocking Pink #F813CA
RGB
CMYK
RGB Variations
Color information
#F813CA (or 0xF813CA) is known color: Shocking Pink. HEX triplet: F8, 13 and CA. RGB value is (248,19,202). Sum of RGB (Red+Green+Blue) = 248+19+202=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 19 (7.81% from 255 or 4.05% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F813CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F813CA is #07EC35. Grayscale: #6B6B6B. Windows color (decimal): -519222 or 13243384. OLE color: 13243384.
HSL color Cylindrical-coordinate representation of color #F813CA: hue angle of 312.05º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F813CA is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 19 | 202 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.03 |
| HSL | 312.05º | 0.94% | 0.52% | - |
| HSV(B) | 312.05º | 0.92% | 0.97% | - |
| XYZ | 49.6 | 24.69 | 58.03 | - |
| YUV | 108.33 | 180.87 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 19 | 202 | 0 | 0.92 | 0.19 | 0.03 | 312.05 | 0.94 | 0.52 |
| Hex | F8 | 13 | CA | 0 | 5C | 13 | 3 | 138 | 5E | 34 |
| Octal | 370 | 23 | 312 | 0 | 134 | 23 | 3 | 470 | 136 | 64 |
| Binary | 11111000 | 10011 | 11001010 | 0 | 1011100 | 10011 | 11 | 100111000 | 1011110 | 110100 |
Color Harmonies of #F813CA
Complementary color
Monochromatic Colors of #F813CA
Black with #F813CA
Text Example
Text Example
White with #F813CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F813CA; }
p { color: rgb(248,19,202); }
H1.HeaderClassName
{
color: #F813CA;
}
.AnyTagClassName
{
color: #F813CA;
}
</style>
background-color css
<style>
a { background-color: #F813CA; }
a { background-color: rgb(248,19,202); }
div.DivClassName
{
background-color: #F813CA;
}
.BgClassName
{
background-color: #F813CA;
}
</style>
border-color css
<style>
span { border-color: #F813CA; }
span { border-color: rgb(248,19,202); }
td.TdClassName
{
border-color: #F813CA;
}
.TagClassName
{
border-color: #F813CA;
}
</style>