Shades of Shocking Pink #F909C5
Tints of Shocking Pink #F909C5
RGB
CMYK
RGB Variations
Color information
#F909C5 (or 0xF909C5) is known color: Shocking Pink. HEX triplet: F9, 09 and C5. RGB value is (249,9,197). Sum of RGB (Red+Green+Blue) = 249+9+197=455 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.73% from 455); Green value is 9 (3.91% from 255 or 1.98% from 455); Blue value is 197 (77.34% from 255 or 43.30% from 455); Max value from RGB is 249 - color contains mainly: red. Hex color #F909C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F909C5 is #06F63A. Grayscale: #656565. Windows color (decimal): -456251 or 12913145. OLE color: 12913145.
HSL color Cylindrical-coordinate representation of color #F909C5: hue angle of 313º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F909C5 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 9 | 197 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.02 |
| HSL | 313º | 0.95% | 0.51% | - |
| HSV(B) | 313º | 0.96% | 0.98% | - |
| XYZ | 49.24 | 24.37 | 54.93 | - |
| YUV | 102.19 | 181.51 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 9 | 197 | 0 | 0.96 | 0.21 | 0.02 | 313 | 0.95 | 0.51 |
| Hex | F9 | 9 | C5 | 0 | 60 | 15 | 2 | 139 | 5F | 33 |
| Octal | 371 | 11 | 305 | 0 | 140 | 25 | 2 | 471 | 137 | 63 |
| Binary | 11111001 | 1001 | 11000101 | 0 | 1100000 | 10101 | 10 | 100111001 | 1011111 | 110011 |
Color Harmonies of #F909C5
Complementary color
Monochromatic Colors of #F909C5
Black with #F909C5
Text Example
Text Example
White with #F909C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F909C5; }
p { color: rgb(249,9,197); }
H1.HeaderClassName
{
color: #F909C5;
}
.AnyTagClassName
{
color: #F909C5;
}
</style>
background-color css
<style>
a { background-color: #F909C5; }
a { background-color: rgb(249,9,197); }
div.DivClassName
{
background-color: #F909C5;
}
.BgClassName
{
background-color: #F909C5;
}
</style>
border-color css
<style>
span { border-color: #F909C5; }
span { border-color: rgb(249,9,197); }
td.TdClassName
{
border-color: #F909C5;
}
.TagClassName
{
border-color: #F909C5;
}
</style>