Shades of Shocking Pink #F807C6
Tints of Shocking Pink #F807C6
RGB
CMYK
RGB Variations
Color information
#F807C6 (or 0xF807C6) is known color: Shocking Pink. HEX triplet: F8, 07 and C6. RGB value is (248,7,198). Sum of RGB (Red+Green+Blue) = 248+7+198=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 7 (3.12% from 255 or 1.55% from 453); Blue value is 198 (77.73% from 255 or 43.71% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F807C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F807C6 is #07F839. Grayscale: #646464. Windows color (decimal): -522298 or 12978168. OLE color: 12978168.
HSL color Cylindrical-coordinate representation of color #F807C6: hue angle of 312.45º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F807C6 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 198 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.03 |
| HSL | 312.45º | 0.95% | 0.5% | - |
| HSV(B) | 312.45º | 0.97% | 0.97% | - |
| XYZ | 48.98 | 24.19 | 55.51 | - |
| YUV | 100.83 | 182.84 | 232.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 198 | 0 | 0.97 | 0.20 | 0.03 | 312.45 | 0.95 | 0.5 |
| Hex | F8 | 7 | C6 | 0 | 61 | 14 | 3 | 138 | 5F | 32 |
| Octal | 370 | 7 | 306 | 0 | 141 | 24 | 3 | 470 | 137 | 62 |
| Binary | 11111000 | 111 | 11000110 | 0 | 1100001 | 10100 | 11 | 100111000 | 1011111 | 110010 |
Color Harmonies of #F807C6
Complementary color
Monochromatic Colors of #F807C6
Black with #F807C6
Text Example
Text Example
White with #F807C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F807C6; }
p { color: rgb(248,7,198); }
H1.HeaderClassName
{
color: #F807C6;
}
.AnyTagClassName
{
color: #F807C6;
}
</style>
background-color css
<style>
a { background-color: #F807C6; }
a { background-color: rgb(248,7,198); }
div.DivClassName
{
background-color: #F807C6;
}
.BgClassName
{
background-color: #F807C6;
}
</style>
border-color css
<style>
span { border-color: #F807C6; }
span { border-color: rgb(248,7,198); }
td.TdClassName
{
border-color: #F807C6;
}
.TagClassName
{
border-color: #F807C6;
}
</style>