Shades of Shocking Pink #F205B5
Tints of Shocking Pink #F205B5
RGB
CMYK
RGB Variations
Color information
#F205B5 (or 0xF205B5) is known color: Shocking Pink. HEX triplet: F2, 05 and B5. RGB value is (242,5,181). Sum of RGB (Red+Green+Blue) = 242+5+181=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 5 (2.34% from 255 or 1.17% from 428); Blue value is 181 (71.09% from 255 or 42.29% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F205B5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F205B5 is #0DFA4A. Grayscale: #5F5F5F. Windows color (decimal): -916043 or 11863538. OLE color: 11863538.
HSL color Cylindrical-coordinate representation of color #F205B5: hue angle of 315.44º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F205B5 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 181 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.05 |
| HSL | 315.44º | 0.96% | 0.48% | - |
| HSV(B) | 315.44º | 0.98% | 0.95% | - |
| XYZ | 45.01 | 22.32 | 45.65 | - |
| YUV | 95.93 | 176.02 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 181 | 0 | 0.98 | 0.25 | 0.05 | 315.44 | 0.96 | 0.48 |
| Hex | F2 | 5 | B5 | 0 | 62 | 19 | 5 | 13B | 60 | 30 |
| Octal | 362 | 5 | 265 | 0 | 142 | 31 | 5 | 473 | 140 | 60 |
| Binary | 11110010 | 101 | 10110101 | 0 | 1100010 | 11001 | 101 | 100111011 | 1100000 | 110000 |
Color Harmonies of #F205B5
Complementary color
Monochromatic Colors of #F205B5
Black with #F205B5
Text Example
Text Example
White with #F205B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205B5; }
p { color: rgb(242,5,181); }
H1.HeaderClassName
{
color: #F205B5;
}
.AnyTagClassName
{
color: #F205B5;
}
</style>
background-color css
<style>
a { background-color: #F205B5; }
a { background-color: rgb(242,5,181); }
div.DivClassName
{
background-color: #F205B5;
}
.BgClassName
{
background-color: #F205B5;
}
</style>
border-color css
<style>
span { border-color: #F205B5; }
span { border-color: rgb(242,5,181); }
td.TdClassName
{
border-color: #F205B5;
}
.TagClassName
{
border-color: #F205B5;
}
</style>