Shades of Shocking Pink #F818CB
Tints of Shocking Pink #F818CB
RGB
CMYK
RGB Variations
Color information
#F818CB (or 0xF818CB) is known color: Shocking Pink. HEX triplet: F8, 18 and CB. RGB value is (248,24,203). Sum of RGB (Red+Green+Blue) = 248+24+203=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 24 (9.77% from 255 or 5.05% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F818CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F818CB is #07E734. Grayscale: #6E6E6E. Windows color (decimal): -517941 or 13310200. OLE color: 13310200.
HSL color Cylindrical-coordinate representation of color #F818CB: hue angle of 312.05º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F818CB is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 203 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.03 |
| HSL | 312.05º | 0.94% | 0.53% | - |
| HSV(B) | 312.05º | 0.9% | 0.97% | - |
| XYZ | 49.82 | 24.92 | 58.68 | - |
| YUV | 111.38 | 179.71 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 203 | 0 | 0.90 | 0.18 | 0.03 | 312.05 | 0.94 | 0.53 |
| Hex | F8 | 18 | CB | 0 | 5A | 12 | 3 | 138 | 5E | 35 |
| Octal | 370 | 30 | 313 | 0 | 132 | 22 | 3 | 470 | 136 | 65 |
| Binary | 11111000 | 11000 | 11001011 | 0 | 1011010 | 10010 | 11 | 100111000 | 1011110 | 110101 |
Color Harmonies of #F818CB
Complementary color
Monochromatic Colors of #F818CB
Black with #F818CB
Text Example
Text Example
White with #F818CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F818CB; }
p { color: rgb(248,24,203); }
H1.HeaderClassName
{
color: #F818CB;
}
.AnyTagClassName
{
color: #F818CB;
}
</style>
background-color css
<style>
a { background-color: #F818CB; }
a { background-color: rgb(248,24,203); }
div.DivClassName
{
background-color: #F818CB;
}
.BgClassName
{
background-color: #F818CB;
}
</style>
border-color css
<style>
span { border-color: #F818CB; }
span { border-color: rgb(248,24,203); }
td.TdClassName
{
border-color: #F818CB;
}
.TagClassName
{
border-color: #F818CB;
}
</style>