Shades of Shocking Pink #F520C4
Tints of Shocking Pink #F520C4
RGB
CMYK
RGB Variations
Color information
#F520C4 (or 0xF520C4) is known color: Shocking Pink. HEX triplet: F5, 20 and C4. RGB value is (245,32,196). Sum of RGB (Red+Green+Blue) = 245+32+196=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 32 (12.89% from 255 or 6.77% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F520C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F520C4 is #0ADF3B. Grayscale: #717171. Windows color (decimal): -712508 or 12853493. OLE color: 12853493.
HSL color Cylindrical-coordinate representation of color #F520C4: hue angle of 313.8º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F520C4 is Cyan = 0, Magento = 0.87, Yellow = 0.2 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 32 | 196 | - |
| CMYK | 0 | 0.87 | 0.2 | 0.04 |
| HSL | 313.8º | 0.91% | 0.54% | - |
| HSV(B) | 313.8º | 0.87% | 0.96% | - |
| XYZ | 48.14 | 24.43 | 54.4 | - |
| YUV | 114.38 | 174.07 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 32 | 196 | 0 | 0.87 | 0.2 | 0.04 | 313.8 | 0.91 | 0.54 |
| Hex | F5 | 20 | C4 | 0 | 57 | 14 | 4 | 13A | 5B | 36 |
| Octal | 365 | 40 | 304 | 0 | 127 | 24 | 4 | 472 | 133 | 66 |
| Binary | 11110101 | 100000 | 11000100 | 0 | 1010111 | 10100 | 100 | 100111010 | 1011011 | 110110 |
Color Harmonies of #F520C4
Complementary color
Monochromatic Colors of #F520C4
Black with #F520C4
Text Example
Text Example
White with #F520C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F520C4; }
p { color: rgb(245,32,196); }
H1.HeaderClassName
{
color: #F520C4;
}
.AnyTagClassName
{
color: #F520C4;
}
</style>
background-color css
<style>
a { background-color: #F520C4; }
a { background-color: rgb(245,32,196); }
div.DivClassName
{
background-color: #F520C4;
}
.BgClassName
{
background-color: #F520C4;
}
</style>
border-color css
<style>
span { border-color: #F520C4; }
span { border-color: rgb(245,32,196); }
td.TdClassName
{
border-color: #F520C4;
}
.TagClassName
{
border-color: #F520C4;
}
</style>