Shades of Shocking Pink #F923C0
Tints of Shocking Pink #F923C0
RGB
CMYK
RGB Variations
Color information
#F923C0 (or 0xF923C0) is known color: Shocking Pink. HEX triplet: F9, 23 and C0. RGB value is (249,35,192). Sum of RGB (Red+Green+Blue) = 249+35+192=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 35 (14.06% from 255 or 7.35% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F923C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F923C0 is #06DC3F. Grayscale: #747474. Windows color (decimal): -449600 or 12592121. OLE color: 12592121.
HSL color Cylindrical-coordinate representation of color #F923C0: hue angle of 315.98º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F923C0 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 35 | 192 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.02 |
| HSL | 315.98º | 0.95% | 0.56% | - |
| HSV(B) | 315.98º | 0.86% | 0.98% | - |
| XYZ | 49.18 | 25.15 | 52.13 | - |
| YUV | 116.88 | 170.4 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 35 | 192 | 0 | 0.86 | 0.23 | 0.02 | 315.98 | 0.95 | 0.56 |
| Hex | F9 | 23 | C0 | 0 | 56 | 17 | 2 | 13C | 5F | 38 |
| Octal | 371 | 43 | 300 | 0 | 126 | 27 | 2 | 474 | 137 | 70 |
| Binary | 11111001 | 100011 | 11000000 | 0 | 1010110 | 10111 | 10 | 100111100 | 1011111 | 111000 |
Color Harmonies of #F923C0
Complementary color
Monochromatic Colors of #F923C0
Black with #F923C0
Text Example
Text Example
White with #F923C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F923C0; }
p { color: rgb(249,35,192); }
H1.HeaderClassName
{
color: #F923C0;
}
.AnyTagClassName
{
color: #F923C0;
}
</style>
background-color css
<style>
a { background-color: #F923C0; }
a { background-color: rgb(249,35,192); }
div.DivClassName
{
background-color: #F923C0;
}
.BgClassName
{
background-color: #F923C0;
}
</style>
border-color css
<style>
span { border-color: #F923C0; }
span { border-color: rgb(249,35,192); }
td.TdClassName
{
border-color: #F923C0;
}
.TagClassName
{
border-color: #F923C0;
}
</style>