Shades of Shocking Pink #F605B8
Tints of Shocking Pink #F605B8
RGB
CMYK
RGB Variations
Color information
#F605B8 (or 0xF605B8) is known color: Shocking Pink. HEX triplet: F6, 05 and B8. RGB value is (246,5,184). Sum of RGB (Red+Green+Blue) = 246+5+184=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 184 (72.27% from 255 or 42.30% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F605B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F605B8 is #09FA47. Grayscale: #606060. Windows color (decimal): -653896 or 12060150. OLE color: 12060150.
HSL color Cylindrical-coordinate representation of color #F605B8: hue angle of 315.44º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F605B8 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 184 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.04 |
| HSL | 315.44º | 0.96% | 0.49% | - |
| HSV(B) | 315.44º | 0.98% | 0.96% | - |
| XYZ | 46.71 | 23.16 | 47.36 | - |
| YUV | 97.47 | 176.84 | 233.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 184 | 0 | 0.98 | 0.25 | 0.04 | 315.44 | 0.96 | 0.49 |
| Hex | F6 | 5 | B8 | 0 | 62 | 19 | 4 | 13B | 60 | 31 |
| Octal | 366 | 5 | 270 | 0 | 142 | 31 | 4 | 473 | 140 | 61 |
| Binary | 11110110 | 101 | 10111000 | 0 | 1100010 | 11001 | 100 | 100111011 | 1100000 | 110001 |
Color Harmonies of #F605B8
Complementary color
Monochromatic Colors of #F605B8
Black with #F605B8
Text Example
Text Example
White with #F605B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F605B8; }
p { color: rgb(246,5,184); }
H1.HeaderClassName
{
color: #F605B8;
}
.AnyTagClassName
{
color: #F605B8;
}
</style>
background-color css
<style>
a { background-color: #F605B8; }
a { background-color: rgb(246,5,184); }
div.DivClassName
{
background-color: #F605B8;
}
.BgClassName
{
background-color: #F605B8;
}
</style>
border-color css
<style>
span { border-color: #F605B8; }
span { border-color: rgb(246,5,184); }
td.TdClassName
{
border-color: #F605B8;
}
.TagClassName
{
border-color: #F605B8;
}
</style>