Shades of Shocking Pink #F123C3
Tints of Shocking Pink #F123C3
RGB
CMYK
RGB Variations
Color information
#F123C3 (or 0xF123C3) is known color: Shocking Pink. HEX triplet: F1, 23 and C3. RGB value is (241,35,195). Sum of RGB (Red+Green+Blue) = 241+35+195=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 35 (14.06% from 255 or 7.43% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F123C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F123C3 is #0EDC3C. Grayscale: #727272. Windows color (decimal): -973885 or 12788721. OLE color: 12788721.
HSL color Cylindrical-coordinate representation of color #F123C3: hue angle of 313.4º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F123C3 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 195 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.05 |
| HSL | 313.4º | 0.88% | 0.54% | - |
| HSV(B) | 313.4º | 0.85% | 0.95% | - |
| XYZ | 46.73 | 23.84 | 53.77 | - |
| YUV | 114.83 | 173.25 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 195 | 0 | 0.85 | 0.19 | 0.05 | 313.4 | 0.88 | 0.54 |
| Hex | F1 | 23 | C3 | 0 | 55 | 13 | 5 | 139 | 58 | 36 |
| Octal | 361 | 43 | 303 | 0 | 125 | 23 | 5 | 471 | 130 | 66 |
| Binary | 11110001 | 100011 | 11000011 | 0 | 1010101 | 10011 | 101 | 100111001 | 1011000 | 110110 |
Color Harmonies of #F123C3
Complementary color
Monochromatic Colors of #F123C3
Black with #F123C3
Text Example
Text Example
White with #F123C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F123C3; }
p { color: rgb(241,35,195); }
H1.HeaderClassName
{
color: #F123C3;
}
.AnyTagClassName
{
color: #F123C3;
}
</style>
background-color css
<style>
a { background-color: #F123C3; }
a { background-color: rgb(241,35,195); }
div.DivClassName
{
background-color: #F123C3;
}
.BgClassName
{
background-color: #F123C3;
}
</style>
border-color css
<style>
span { border-color: #F123C3; }
span { border-color: rgb(241,35,195); }
td.TdClassName
{
border-color: #F123C3;
}
.TagClassName
{
border-color: #F123C3;
}
</style>