Shades of Shocking Pink #F615CA
Tints of Shocking Pink #F615CA
RGB
CMYK
RGB Variations
Color information
#F615CA (or 0xF615CA) is known color: Shocking Pink. HEX triplet: F6, 15 and CA. RGB value is (246,21,202). Sum of RGB (Red+Green+Blue) = 246+21+202=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 21 (8.59% from 255 or 4.48% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F615CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F615CA is #09EA35. Grayscale: #6C6C6C. Windows color (decimal): -649782 or 13243894. OLE color: 13243894.
HSL color Cylindrical-coordinate representation of color #F615CA: hue angle of 311.73º degrees, saturation: 0.93, 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 #F615CA is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 202 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.04 |
| HSL | 311.73º | 0.93% | 0.52% | - |
| HSV(B) | 311.73º | 0.91% | 0.96% | - |
| XYZ | 48.93 | 24.39 | 58.01 | - |
| YUV | 108.91 | 180.54 | 225.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 202 | 0 | 0.91 | 0.18 | 0.04 | 311.73 | 0.93 | 0.52 |
| Hex | F6 | 15 | CA | 0 | 5B | 12 | 4 | 138 | 5D | 34 |
| Octal | 366 | 25 | 312 | 0 | 133 | 22 | 4 | 470 | 135 | 64 |
| Binary | 11110110 | 10101 | 11001010 | 0 | 1011011 | 10010 | 100 | 100111000 | 1011101 | 110100 |
Color Harmonies of #F615CA
Complementary color
Monochromatic Colors of #F615CA
Black with #F615CA
Text Example
Text Example
White with #F615CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F615CA; }
p { color: rgb(246,21,202); }
H1.HeaderClassName
{
color: #F615CA;
}
.AnyTagClassName
{
color: #F615CA;
}
</style>
background-color css
<style>
a { background-color: #F615CA; }
a { background-color: rgb(246,21,202); }
div.DivClassName
{
background-color: #F615CA;
}
.BgClassName
{
background-color: #F615CA;
}
</style>
border-color css
<style>
span { border-color: #F615CA; }
span { border-color: rgb(246,21,202); }
td.TdClassName
{
border-color: #F615CA;
}
.TagClassName
{
border-color: #F615CA;
}
</style>