Shades of Shocking Pink #F809C4
Tints of Shocking Pink #F809C4
RGB
CMYK
RGB Variations
Color information
#F809C4 (or 0xF809C4) is known color: Shocking Pink. HEX triplet: F8, 09 and C4. RGB value is (248,9,196). Sum of RGB (Red+Green+Blue) = 248+9+196=453 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.75% from 453); Green value is 9 (3.91% from 255 or 1.99% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 248 - color contains mainly: red. Hex color #F809C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F809C4 is #07F63B. Grayscale: #656565. Windows color (decimal): -521788 or 12847608. OLE color: 12847608.
HSL color Cylindrical-coordinate representation of color #F809C4: hue angle of 313.05º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F809C4 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 196 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.03 |
| HSL | 313.05º | 0.94% | 0.5% | - |
| HSV(B) | 313.05º | 0.96% | 0.97% | - |
| XYZ | 48.77 | 24.14 | 54.31 | - |
| YUV | 101.78 | 181.18 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 196 | 0 | 0.96 | 0.21 | 0.03 | 313.05 | 0.94 | 0.5 |
| Hex | F8 | 9 | C4 | 0 | 60 | 15 | 3 | 139 | 5E | 32 |
| Octal | 370 | 11 | 304 | 0 | 140 | 25 | 3 | 471 | 136 | 62 |
| Binary | 11111000 | 1001 | 11000100 | 0 | 1100000 | 10101 | 11 | 100111001 | 1011110 | 110010 |
Color Harmonies of #F809C4
Complementary color
Monochromatic Colors of #F809C4
Black with #F809C4
Text Example
Text Example
White with #F809C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F809C4; }
p { color: rgb(248,9,196); }
H1.HeaderClassName
{
color: #F809C4;
}
.AnyTagClassName
{
color: #F809C4;
}
</style>
background-color css
<style>
a { background-color: #F809C4; }
a { background-color: rgb(248,9,196); }
div.DivClassName
{
background-color: #F809C4;
}
.BgClassName
{
background-color: #F809C4;
}
</style>
border-color css
<style>
span { border-color: #F809C4; }
span { border-color: rgb(248,9,196); }
td.TdClassName
{
border-color: #F809C4;
}
.TagClassName
{
border-color: #F809C4;
}
</style>