Shades of Shocking Pink #F405B3
Tints of Shocking Pink #F405B3
RGB
CMYK
RGB Variations
Color information
#F405B3 (or 0xF405B3) is known color: Shocking Pink. HEX triplet: F4, 05 and B3. RGB value is (244,5,179). Sum of RGB (Red+Green+Blue) = 244+5+179=428 (56% of max value = 765). Red value is 244 (95.70% from 255 or 57.01% from 428); Green value is 5 (2.34% from 255 or 1.17% from 428); Blue value is 179 (70.31% from 255 or 41.82% from 428); Max value from RGB is 244 - color contains mainly: red. Hex color #F405B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F405B3 is #0BFA4C. Grayscale: #5F5F5F. Windows color (decimal): -784973 or 11732468. OLE color: 11732468.
HSL color Cylindrical-coordinate representation of color #F405B3: hue angle of 316.32º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F405B3 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 179 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.04 |
| HSL | 316.32º | 0.96% | 0.49% | - |
| HSV(B) | 316.32º | 0.98% | 0.96% | - |
| XYZ | 45.5 | 22.6 | 44.61 | - |
| YUV | 96.3 | 174.68 | 233.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 179 | 0 | 0.98 | 0.27 | 0.04 | 316.32 | 0.96 | 0.49 |
| Hex | F4 | 5 | B3 | 0 | 62 | 1B | 4 | 13C | 60 | 31 |
| Octal | 364 | 5 | 263 | 0 | 142 | 33 | 4 | 474 | 140 | 61 |
| Binary | 11110100 | 101 | 10110011 | 0 | 1100010 | 11011 | 100 | 100111100 | 1100000 | 110001 |
Color Harmonies of #F405B3
Complementary color
Monochromatic Colors of #F405B3
Black with #F405B3
Text Example
Text Example
White with #F405B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F405B3; }
p { color: rgb(244,5,179); }
H1.HeaderClassName
{
color: #F405B3;
}
.AnyTagClassName
{
color: #F405B3;
}
</style>
background-color css
<style>
a { background-color: #F405B3; }
a { background-color: rgb(244,5,179); }
div.DivClassName
{
background-color: #F405B3;
}
.BgClassName
{
background-color: #F405B3;
}
</style>
border-color css
<style>
span { border-color: #F405B3; }
span { border-color: rgb(244,5,179); }
td.TdClassName
{
border-color: #F405B3;
}
.TagClassName
{
border-color: #F405B3;
}
</style>