Shades of Shocking Pink #F509C4
Tints of Shocking Pink #F509C4
RGB
CMYK
RGB Variations
Color information
#F509C4 (or 0xF509C4) is known color: Shocking Pink. HEX triplet: F5, 09 and C4. RGB value is (245,9,196). Sum of RGB (Red+Green+Blue) = 245+9+196=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 9 (3.91% from 255 or 2% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F509C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F509C4 is #0AF63B. Grayscale: #646464. Windows color (decimal): -718396 or 12847605. OLE color: 12847605.
HSL color Cylindrical-coordinate representation of color #F509C4: hue angle of 312.46º 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 #F509C4 is Cyan = 0, Magento = 0.96, Yellow = 0.2 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 196 | - |
| CMYK | 0 | 0.96 | 0.2 | 0.04 |
| HSL | 312.46º | 0.93% | 0.5% | - |
| HSV(B) | 312.46º | 0.96% | 0.96% | - |
| XYZ | 47.72 | 23.59 | 54.26 | - |
| YUV | 100.88 | 181.69 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 196 | 0 | 0.96 | 0.2 | 0.04 | 312.46 | 0.93 | 0.5 |
| Hex | F5 | 9 | C4 | 0 | 60 | 14 | 4 | 138 | 5D | 32 |
| Octal | 365 | 11 | 304 | 0 | 140 | 24 | 4 | 470 | 135 | 62 |
| Binary | 11110101 | 1001 | 11000100 | 0 | 1100000 | 10100 | 100 | 100111000 | 1011101 | 110010 |
Color Harmonies of #F509C4
Complementary color
Monochromatic Colors of #F509C4
Black with #F509C4
Text Example
Text Example
White with #F509C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F509C4; }
p { color: rgb(245,9,196); }
H1.HeaderClassName
{
color: #F509C4;
}
.AnyTagClassName
{
color: #F509C4;
}
</style>
background-color css
<style>
a { background-color: #F509C4; }
a { background-color: rgb(245,9,196); }
div.DivClassName
{
background-color: #F509C4;
}
.BgClassName
{
background-color: #F509C4;
}
</style>
border-color css
<style>
span { border-color: #F509C4; }
span { border-color: rgb(245,9,196); }
td.TdClassName
{
border-color: #F509C4;
}
.TagClassName
{
border-color: #F509C4;
}
</style>