Shades of Shocking Pink #F109C8
Tints of Shocking Pink #F109C8
RGB
CMYK
RGB Variations
Color information
#F109C8 (or 0xF109C8) is known color: Shocking Pink. HEX triplet: F1, 09 and C8. RGB value is (241,9,200). Sum of RGB (Red+Green+Blue) = 241+9+200=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 9 (3.91% from 255 or 2% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F109C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F109C8 is #0EF637. Grayscale: #636363. Windows color (decimal): -980536 or 13109745. OLE color: 13109745.
HSL color Cylindrical-coordinate representation of color #F109C8: hue angle of 310.6º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F109C8 is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 200 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.05 |
| HSL | 310.6º | 0.93% | 0.49% | - |
| HSV(B) | 310.6º | 0.96% | 0.95% | - |
| XYZ | 46.8 | 23.07 | 56.63 | - |
| YUV | 100.14 | 184.36 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 200 | 0 | 0.96 | 0.17 | 0.05 | 310.6 | 0.93 | 0.49 |
| Hex | F1 | 9 | C8 | 0 | 60 | 11 | 5 | 137 | 5D | 31 |
| Octal | 361 | 11 | 310 | 0 | 140 | 21 | 5 | 467 | 135 | 61 |
| Binary | 11110001 | 1001 | 11001000 | 0 | 1100000 | 10001 | 101 | 100110111 | 1011101 | 110001 |
Color Harmonies of #F109C8
Complementary color
Monochromatic Colors of #F109C8
Black with #F109C8
Text Example
Text Example
White with #F109C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F109C8; }
p { color: rgb(241,9,200); }
H1.HeaderClassName
{
color: #F109C8;
}
.AnyTagClassName
{
color: #F109C8;
}
</style>
background-color css
<style>
a { background-color: #F109C8; }
a { background-color: rgb(241,9,200); }
div.DivClassName
{
background-color: #F109C8;
}
.BgClassName
{
background-color: #F109C8;
}
</style>
border-color css
<style>
span { border-color: #F109C8; }
span { border-color: rgb(241,9,200); }
td.TdClassName
{
border-color: #F109C8;
}
.TagClassName
{
border-color: #F109C8;
}
</style>