Shades of Shocking Pink #F315CB
Tints of Shocking Pink #F315CB
RGB
CMYK
RGB Variations
Color information
#F315CB (or 0xF315CB) is known color: Shocking Pink. HEX triplet: F3, 15 and CB. RGB value is (243,21,203). Sum of RGB (Red+Green+Blue) = 243+21+203=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F315CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F315CB is #0CEA34. Grayscale: #6B6B6B. Windows color (decimal): -846389 or 13309427. OLE color: 13309427.
HSL color Cylindrical-coordinate representation of color #F315CB: hue angle of 310.81º degrees, saturation: 0.9, 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 #F315CB is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 203 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.05 |
| HSL | 310.81º | 0.9% | 0.52% | - |
| HSV(B) | 310.81º | 0.91% | 0.95% | - |
| XYZ | 48.01 | 23.9 | 58.58 | - |
| YUV | 108.13 | 181.55 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 203 | 0 | 0.91 | 0.16 | 0.05 | 310.81 | 0.9 | 0.52 |
| Hex | F3 | 15 | CB | 0 | 5B | 10 | 5 | 137 | 5A | 34 |
| Octal | 363 | 25 | 313 | 0 | 133 | 20 | 5 | 467 | 132 | 64 |
| Binary | 11110011 | 10101 | 11001011 | 0 | 1011011 | 10000 | 101 | 100110111 | 1011010 | 110100 |
Color Harmonies of #F315CB
Complementary color
Monochromatic Colors of #F315CB
Black with #F315CB
Text Example
Text Example
White with #F315CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F315CB; }
p { color: rgb(243,21,203); }
H1.HeaderClassName
{
color: #F315CB;
}
.AnyTagClassName
{
color: #F315CB;
}
</style>
background-color css
<style>
a { background-color: #F315CB; }
a { background-color: rgb(243,21,203); }
div.DivClassName
{
background-color: #F315CB;
}
.BgClassName
{
background-color: #F315CB;
}
</style>
border-color css
<style>
span { border-color: #F315CB; }
span { border-color: rgb(243,21,203); }
td.TdClassName
{
border-color: #F315CB;
}
.TagClassName
{
border-color: #F315CB;
}
</style>