Shades of Shocking Pink #F215CB
Tints of Shocking Pink #F215CB
RGB
CMYK
RGB Variations
Color information
#F215CB (or 0xF215CB) is known color: Shocking Pink. HEX triplet: F2, 15 and CB. RGB value is (242,21,203). Sum of RGB (Red+Green+Blue) = 242+21+203=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F215CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F215CB is #0DEA34. Grayscale: #6B6B6B. Windows color (decimal): -911925 or 13309426. OLE color: 13309426.
HSL color Cylindrical-coordinate representation of color #F215CB: hue angle of 310.59º 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 #F215CB is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 203 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.05 |
| HSL | 310.59º | 0.89% | 0.52% | - |
| HSV(B) | 310.59º | 0.91% | 0.95% | - |
| XYZ | 47.67 | 23.73 | 58.57 | - |
| YUV | 107.83 | 181.72 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 203 | 0 | 0.91 | 0.16 | 0.05 | 310.59 | 0.89 | 0.52 |
| Hex | F2 | 15 | CB | 0 | 5B | 10 | 5 | 137 | 59 | 34 |
| Octal | 362 | 25 | 313 | 0 | 133 | 20 | 5 | 467 | 131 | 64 |
| Binary | 11110010 | 10101 | 11001011 | 0 | 1011011 | 10000 | 101 | 100110111 | 1011001 | 110100 |
Color Harmonies of #F215CB
Complementary color
Monochromatic Colors of #F215CB
Black with #F215CB
Text Example
Text Example
White with #F215CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F215CB; }
p { color: rgb(242,21,203); }
H1.HeaderClassName
{
color: #F215CB;
}
.AnyTagClassName
{
color: #F215CB;
}
</style>
background-color css
<style>
a { background-color: #F215CB; }
a { background-color: rgb(242,21,203); }
div.DivClassName
{
background-color: #F215CB;
}
.BgClassName
{
background-color: #F215CB;
}
</style>
border-color css
<style>
span { border-color: #F215CB; }
span { border-color: rgb(242,21,203); }
td.TdClassName
{
border-color: #F215CB;
}
.TagClassName
{
border-color: #F215CB;
}
</style>