Shades of Shocking Pink #F810CB
Tints of Shocking Pink #F810CB
RGB
CMYK
RGB Variations
Color information
#F810CB (or 0xF810CB) is known color: Shocking Pink. HEX triplet: F8, 10 and CB. RGB value is (248,16,203). Sum of RGB (Red+Green+Blue) = 248+16+203=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 16 (6.64% from 255 or 3.43% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F810CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F810CB is #07EF34. Grayscale: #6A6A6A. Windows color (decimal): -519989 or 13308152. OLE color: 13308152.
HSL color Cylindrical-coordinate representation of color #F810CB: hue angle of 311.64º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F810CB is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 203 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.03 |
| HSL | 311.64º | 0.94% | 0.52% | - |
| HSV(B) | 311.64º | 0.94% | 0.97% | - |
| XYZ | 49.68 | 24.64 | 58.64 | - |
| YUV | 106.69 | 182.36 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 203 | 0 | 0.94 | 0.18 | 0.03 | 311.64 | 0.94 | 0.52 |
| Hex | F8 | 10 | CB | 0 | 5E | 12 | 3 | 138 | 5E | 34 |
| Octal | 370 | 20 | 313 | 0 | 136 | 22 | 3 | 470 | 136 | 64 |
| Binary | 11111000 | 10000 | 11001011 | 0 | 1011110 | 10010 | 11 | 100111000 | 1011110 | 110100 |
Color Harmonies of #F810CB
Complementary color
Monochromatic Colors of #F810CB
Black with #F810CB
Text Example
Text Example
White with #F810CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F810CB; }
p { color: rgb(248,16,203); }
H1.HeaderClassName
{
color: #F810CB;
}
.AnyTagClassName
{
color: #F810CB;
}
</style>
background-color css
<style>
a { background-color: #F810CB; }
a { background-color: rgb(248,16,203); }
div.DivClassName
{
background-color: #F810CB;
}
.BgClassName
{
background-color: #F810CB;
}
</style>
border-color css
<style>
span { border-color: #F810CB; }
span { border-color: rgb(248,16,203); }
td.TdClassName
{
border-color: #F810CB;
}
.TagClassName
{
border-color: #F810CB;
}
</style>