Shades of Shocking Pink #F908C6
Tints of Shocking Pink #F908C6
RGB
CMYK
RGB Variations
Color information
#F908C6 (or 0xF908C6) is known color: Shocking Pink. HEX triplet: F9, 08 and C6. RGB value is (249,8,198). Sum of RGB (Red+Green+Blue) = 249+8+198=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 8 (3.52% from 255 or 1.76% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F908C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F908C6 is #06F739. Grayscale: #656565. Windows color (decimal): -456506 or 12978425. OLE color: 12978425.
HSL color Cylindrical-coordinate representation of color #F908C6: hue angle of 312.7º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F908C6 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 198 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.02 |
| HSL | 312.7º | 0.95% | 0.5% | - |
| HSV(B) | 312.7º | 0.97% | 0.98% | - |
| XYZ | 49.35 | 24.39 | 55.53 | - |
| YUV | 101.72 | 182.34 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 198 | 0 | 0.97 | 0.20 | 0.02 | 312.7 | 0.95 | 0.5 |
| Hex | F9 | 8 | C6 | 0 | 61 | 14 | 2 | 139 | 5F | 32 |
| Octal | 371 | 10 | 306 | 0 | 141 | 24 | 2 | 471 | 137 | 62 |
| Binary | 11111001 | 1000 | 11000110 | 0 | 1100001 | 10100 | 10 | 100111001 | 1011111 | 110010 |
Color Harmonies of #F908C6
Complementary color
Monochromatic Colors of #F908C6
Black with #F908C6
Text Example
Text Example
White with #F908C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F908C6; }
p { color: rgb(249,8,198); }
H1.HeaderClassName
{
color: #F908C6;
}
.AnyTagClassName
{
color: #F908C6;
}
</style>
background-color css
<style>
a { background-color: #F908C6; }
a { background-color: rgb(249,8,198); }
div.DivClassName
{
background-color: #F908C6;
}
.BgClassName
{
background-color: #F908C6;
}
</style>
border-color css
<style>
span { border-color: #F908C6; }
span { border-color: rgb(249,8,198); }
td.TdClassName
{
border-color: #F908C6;
}
.TagClassName
{
border-color: #F908C6;
}
</style>