Shades of Shocking Pink #F505B3
Tints of Shocking Pink #F505B3
RGB
CMYK
RGB Variations
Color information
#F505B3 (or 0xF505B3) is known color: Shocking Pink. HEX triplet: F5, 05 and B3. RGB value is (245,5,179). Sum of RGB (Red+Green+Blue) = 245+5+179=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 179 (70.31% from 255 or 41.72% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F505B3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F505B3 is #0AFA4C. Grayscale: #606060. Windows color (decimal): -719437 or 11732469. OLE color: 11732469.
HSL color Cylindrical-coordinate representation of color #F505B3: hue angle of 316.5º 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 #F505B3 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 179 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.04 |
| HSL | 316.5º | 0.96% | 0.49% | - |
| HSV(B) | 316.5º | 0.98% | 0.96% | - |
| XYZ | 45.85 | 22.78 | 44.63 | - |
| YUV | 96.6 | 174.51 | 233.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 179 | 0 | 0.98 | 0.27 | 0.04 | 316.5 | 0.96 | 0.49 |
| Hex | F5 | 5 | B3 | 0 | 62 | 1B | 4 | 13C | 60 | 31 |
| Octal | 365 | 5 | 263 | 0 | 142 | 33 | 4 | 474 | 140 | 61 |
| Binary | 11110101 | 101 | 10110011 | 0 | 1100010 | 11011 | 100 | 100111100 | 1100000 | 110001 |
Color Harmonies of #F505B3
Complementary color
Monochromatic Colors of #F505B3
Black with #F505B3
Text Example
Text Example
White with #F505B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F505B3; }
p { color: rgb(245,5,179); }
H1.HeaderClassName
{
color: #F505B3;
}
.AnyTagClassName
{
color: #F505B3;
}
</style>
background-color css
<style>
a { background-color: #F505B3; }
a { background-color: rgb(245,5,179); }
div.DivClassName
{
background-color: #F505B3;
}
.BgClassName
{
background-color: #F505B3;
}
</style>
border-color css
<style>
span { border-color: #F505B3; }
span { border-color: rgb(245,5,179); }
td.TdClassName
{
border-color: #F505B3;
}
.TagClassName
{
border-color: #F505B3;
}
</style>