Shades of Shocking Pink #F908C7
Tints of Shocking Pink #F908C7
RGB
CMYK
RGB Variations
Color information
#F908C7 (or 0xF908C7) is known color: Shocking Pink. HEX triplet: F9, 08 and C7. RGB value is (249,8,199). Sum of RGB (Red+Green+Blue) = 249+8+199=456 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.61% from 456); Green value is 8 (3.52% from 255 or 1.75% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 249 - color contains mainly: red. Hex color #F908C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F908C7 is #06F738. Grayscale: #656565. Windows color (decimal): -456505 or 13043961. OLE color: 13043961.
HSL color Cylindrical-coordinate representation of color #F908C7: hue angle of 312.45º 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 #F908C7 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 199 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.02 |
| HSL | 312.45º | 0.95% | 0.5% | - |
| HSV(B) | 312.45º | 0.97% | 0.98% | - |
| XYZ | 49.46 | 24.44 | 56.14 | - |
| YUV | 101.83 | 182.84 | 232.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 199 | 0 | 0.97 | 0.20 | 0.02 | 312.45 | 0.95 | 0.5 |
| Hex | F9 | 8 | C7 | 0 | 61 | 14 | 2 | 138 | 5F | 32 |
| Octal | 371 | 10 | 307 | 0 | 141 | 24 | 2 | 470 | 137 | 62 |
| Binary | 11111001 | 1000 | 11000111 | 0 | 1100001 | 10100 | 10 | 100111000 | 1011111 | 110010 |
Color Harmonies of #F908C7
Complementary color
Monochromatic Colors of #F908C7
Black with #F908C7
Text Example
Text Example
White with #F908C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F908C7; }
p { color: rgb(249,8,199); }
H1.HeaderClassName
{
color: #F908C7;
}
.AnyTagClassName
{
color: #F908C7;
}
</style>
background-color css
<style>
a { background-color: #F908C7; }
a { background-color: rgb(249,8,199); }
div.DivClassName
{
background-color: #F908C7;
}
.BgClassName
{
background-color: #F908C7;
}
</style>
border-color css
<style>
span { border-color: #F908C7; }
span { border-color: rgb(249,8,199); }
td.TdClassName
{
border-color: #F908C7;
}
.TagClassName
{
border-color: #F908C7;
}
</style>