Shades of Shocking Pink #F509C3
Tints of Shocking Pink #F509C3
RGB
CMYK
RGB Variations
Color information
#F509C3 (or 0xF509C3) is known color: Shocking Pink. HEX triplet: F5, 09 and C3. RGB value is (245,9,195). Sum of RGB (Red+Green+Blue) = 245+9+195=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 9 (3.91% from 255 or 2.00% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F509C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F509C3 is #0AF63C. Grayscale: #646464. Windows color (decimal): -718397 or 12782069. OLE color: 12782069.
HSL color Cylindrical-coordinate representation of color #F509C3: hue angle of 312.71º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F509C3 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 195 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.04 |
| HSL | 312.71º | 0.93% | 0.5% | - |
| HSV(B) | 312.71º | 0.96% | 0.96% | - |
| XYZ | 47.6 | 23.55 | 53.67 | - |
| YUV | 100.77 | 181.19 | 230.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 195 | 0 | 0.96 | 0.20 | 0.04 | 312.71 | 0.93 | 0.5 |
| Hex | F5 | 9 | C3 | 0 | 60 | 14 | 4 | 139 | 5D | 32 |
| Octal | 365 | 11 | 303 | 0 | 140 | 24 | 4 | 471 | 135 | 62 |
| Binary | 11110101 | 1001 | 11000011 | 0 | 1100000 | 10100 | 100 | 100111001 | 1011101 | 110010 |
Color Harmonies of #F509C3
Complementary color
Monochromatic Colors of #F509C3
Black with #F509C3
Text Example
Text Example
White with #F509C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F509C3; }
p { color: rgb(245,9,195); }
H1.HeaderClassName
{
color: #F509C3;
}
.AnyTagClassName
{
color: #F509C3;
}
</style>
background-color css
<style>
a { background-color: #F509C3; }
a { background-color: rgb(245,9,195); }
div.DivClassName
{
background-color: #F509C3;
}
.BgClassName
{
background-color: #F509C3;
}
</style>
border-color css
<style>
span { border-color: #F509C3; }
span { border-color: rgb(245,9,195); }
td.TdClassName
{
border-color: #F509C3;
}
.TagClassName
{
border-color: #F509C3;
}
</style>