Shades of Shocking Pink #F515CF
Tints of Shocking Pink #F515CF
RGB
CMYK
RGB Variations
Color information
#F515CF (or 0xF515CF) is known color: Shocking Pink. HEX triplet: F5, 15 and CF. RGB value is (245,21,207). Sum of RGB (Red+Green+Blue) = 245+21+207=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 21 (8.59% from 255 or 4.44% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F515CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F515CF is #0AEA30. Grayscale: #6C6C6C. Windows color (decimal): -715313 or 13571573. OLE color: 13571573.
HSL color Cylindrical-coordinate representation of color #F515CF: hue angle of 310.18º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F515CF is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 207 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.04 |
| HSL | 310.18º | 0.92% | 0.52% | - |
| HSV(B) | 310.18º | 0.91% | 0.96% | - |
| XYZ | 49.19 | 24.45 | 61.16 | - |
| YUV | 109.18 | 183.21 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 207 | 0 | 0.91 | 0.16 | 0.04 | 310.18 | 0.92 | 0.52 |
| Hex | F5 | 15 | CF | 0 | 5B | 10 | 4 | 136 | 5C | 34 |
| Octal | 365 | 25 | 317 | 0 | 133 | 20 | 4 | 466 | 134 | 64 |
| Binary | 11110101 | 10101 | 11001111 | 0 | 1011011 | 10000 | 100 | 100110110 | 1011100 | 110100 |
Color Harmonies of #F515CF
Complementary color
Monochromatic Colors of #F515CF
Black with #F515CF
Text Example
Text Example
White with #F515CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F515CF; }
p { color: rgb(245,21,207); }
H1.HeaderClassName
{
color: #F515CF;
}
.AnyTagClassName
{
color: #F515CF;
}
</style>
background-color css
<style>
a { background-color: #F515CF; }
a { background-color: rgb(245,21,207); }
div.DivClassName
{
background-color: #F515CF;
}
.BgClassName
{
background-color: #F515CF;
}
</style>
border-color css
<style>
span { border-color: #F515CF; }
span { border-color: rgb(245,21,207); }
td.TdClassName
{
border-color: #F515CF;
}
.TagClassName
{
border-color: #F515CF;
}
</style>