Shades of Shocking Pink #F215CC
Tints of Shocking Pink #F215CC
RGB
CMYK
RGB Variations
Color information
#F215CC (or 0xF215CC) is known color: Shocking Pink. HEX triplet: F2, 15 and CC. RGB value is (242,21,204). Sum of RGB (Red+Green+Blue) = 242+21+204=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F215CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215CC is #0DEA33. Grayscale: #6B6B6B. Windows color (decimal): -911924 or 13374962. OLE color: 13374962.
HSL color Cylindrical-coordinate representation of color #F215CC: hue angle of 310.32º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F215CC is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 204 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.05 |
| HSL | 310.32º | 0.89% | 0.52% | - |
| HSV(B) | 310.32º | 0.91% | 0.95% | - |
| XYZ | 47.79 | 23.77 | 59.2 | - |
| YUV | 107.94 | 182.22 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 204 | 0 | 0.91 | 0.16 | 0.05 | 310.32 | 0.89 | 0.52 |
| Hex | F2 | 15 | CC | 0 | 5B | 10 | 5 | 136 | 59 | 34 |
| Octal | 362 | 25 | 314 | 0 | 133 | 20 | 5 | 466 | 131 | 64 |
| Binary | 11110010 | 10101 | 11001100 | 0 | 1011011 | 10000 | 101 | 100110110 | 1011001 | 110100 |
Color Harmonies of #F215CC
Complementary color
Monochromatic Colors of #F215CC
Black with #F215CC
Text Example
Text Example
White with #F215CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215CC; }
p { color: rgb(242,21,204); }
H1.HeaderClassName
{
color: #F215CC;
}
.AnyTagClassName
{
color: #F215CC;
}
</style>
background-color css
<style>
a { background-color: #F215CC; }
a { background-color: rgb(242,21,204); }
div.DivClassName
{
background-color: #F215CC;
}
.BgClassName
{
background-color: #F215CC;
}
</style>
border-color css
<style>
span { border-color: #F215CC; }
span { border-color: rgb(242,21,204); }
td.TdClassName
{
border-color: #F215CC;
}
.TagClassName
{
border-color: #F215CC;
}
</style>