Shades of Shocking Pink #F023C3
Tints of Shocking Pink #F023C3
RGB
CMYK
RGB Variations
Color information
#F023C3 (or 0xF023C3) is known color: Shocking Pink. HEX triplet: F0, 23 and C3. RGB value is (240,35,195). Sum of RGB (Red+Green+Blue) = 240+35+195=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 35 (14.06% from 255 or 7.45% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F023C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F023C3 is #0FDC3C. Grayscale: #727272. Windows color (decimal): -1039421 or 12788720. OLE color: 12788720.
HSL color Cylindrical-coordinate representation of color #F023C3: hue angle of 313.17º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F023C3 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 35 | 195 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.06 |
| HSL | 313.17º | 0.87% | 0.54% | - |
| HSV(B) | 313.17º | 0.85% | 0.94% | - |
| XYZ | 46.39 | 23.67 | 53.75 | - |
| YUV | 114.54 | 173.42 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 35 | 195 | 0 | 0.85 | 0.19 | 0.06 | 313.17 | 0.87 | 0.54 |
| Hex | F0 | 23 | C3 | 0 | 55 | 13 | 6 | 139 | 57 | 36 |
| Octal | 360 | 43 | 303 | 0 | 125 | 23 | 6 | 471 | 127 | 66 |
| Binary | 11110000 | 100011 | 11000011 | 0 | 1010101 | 10011 | 110 | 100111001 | 1010111 | 110110 |
Color Harmonies of #F023C3
Complementary color
Monochromatic Colors of #F023C3
Black with #F023C3
Text Example
Text Example
White with #F023C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F023C3; }
p { color: rgb(240,35,195); }
H1.HeaderClassName
{
color: #F023C3;
}
.AnyTagClassName
{
color: #F023C3;
}
</style>
background-color css
<style>
a { background-color: #F023C3; }
a { background-color: rgb(240,35,195); }
div.DivClassName
{
background-color: #F023C3;
}
.BgClassName
{
background-color: #F023C3;
}
</style>
border-color css
<style>
span { border-color: #F023C3; }
span { border-color: rgb(240,35,195); }
td.TdClassName
{
border-color: #F023C3;
}
.TagClassName
{
border-color: #F023C3;
}
</style>