Shades of Shocking Pink #F205C3
Tints of Shocking Pink #F205C3
RGB
CMYK
RGB Variations
Color information
#F205C3 (or 0xF205C3) is known color: Shocking Pink. HEX triplet: F2, 05 and C3. RGB value is (242,5,195). Sum of RGB (Red+Green+Blue) = 242+5+195=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 5 (2.34% from 255 or 1.13% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F205C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F205C3 is #0DFA3C. Grayscale: #616161. Windows color (decimal): -916029 or 12781042. OLE color: 12781042.
HSL color Cylindrical-coordinate representation of color #F205C3: hue angle of 311.9º 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 #F205C3 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 195 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.05 |
| HSL | 311.9º | 0.96% | 0.48% | - |
| HSV(B) | 311.9º | 0.98% | 0.95% | - |
| XYZ | 46.52 | 22.93 | 53.6 | - |
| YUV | 97.52 | 183.02 | 231.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 195 | 0 | 0.98 | 0.19 | 0.05 | 311.9 | 0.96 | 0.48 |
| Hex | F2 | 5 | C3 | 0 | 62 | 13 | 5 | 138 | 60 | 30 |
| Octal | 362 | 5 | 303 | 0 | 142 | 23 | 5 | 470 | 140 | 60 |
| Binary | 11110010 | 101 | 11000011 | 0 | 1100010 | 10011 | 101 | 100111000 | 1100000 | 110000 |
Color Harmonies of #F205C3
Complementary color
Monochromatic Colors of #F205C3
Black with #F205C3
Text Example
Text Example
White with #F205C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F205C3; }
p { color: rgb(242,5,195); }
H1.HeaderClassName
{
color: #F205C3;
}
.AnyTagClassName
{
color: #F205C3;
}
</style>
background-color css
<style>
a { background-color: #F205C3; }
a { background-color: rgb(242,5,195); }
div.DivClassName
{
background-color: #F205C3;
}
.BgClassName
{
background-color: #F205C3;
}
</style>
border-color css
<style>
span { border-color: #F205C3; }
span { border-color: rgb(242,5,195); }
td.TdClassName
{
border-color: #F205C3;
}
.TagClassName
{
border-color: #F205C3;
}
</style>