Shades of Spicy Pink #F620B8
Tints of Spicy Pink #F620B8
RGB
CMYK
RGB Variations
Color information
#F620B8 (or 0xF620B8) is known color: Spicy Pink. HEX triplet: F6, 20 and B8. RGB value is (246,32,184). Sum of RGB (Red+Green+Blue) = 246+32+184=462 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.25% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 246 - color contains mainly: red. Hex color #F620B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F620B8 is #09DF47. Grayscale: #707070. Windows color (decimal): -646984 or 12067062. OLE color: 12067062.
HSL color Cylindrical-coordinate representation of color #F620B8: hue angle of 317.38º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F620B8 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 184 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.04 |
| HSL | 317.38º | 0.92% | 0.55% | - |
| HSV(B) | 317.38º | 0.87% | 0.96% | - |
| XYZ | 47.17 | 24.09 | 47.51 | - |
| YUV | 113.31 | 167.9 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 184 | 0 | 0.87 | 0.25 | 0.04 | 317.38 | 0.92 | 0.55 |
| Hex | F6 | 20 | B8 | 0 | 57 | 19 | 4 | 13D | 5C | 37 |
| Octal | 366 | 40 | 270 | 0 | 127 | 31 | 4 | 475 | 134 | 67 |
| Binary | 11110110 | 100000 | 10111000 | 0 | 1010111 | 11001 | 100 | 100111101 | 1011100 | 110111 |
Color Harmonies of #F620B8
Complementary color
Monochromatic Colors of #F620B8
Black with #F620B8
Text Example
Text Example
White with #F620B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F620B8; }
p { color: rgb(246,32,184); }
H1.HeaderClassName
{
color: #F620B8;
}
.AnyTagClassName
{
color: #F620B8;
}
</style>
background-color css
<style>
a { background-color: #F620B8; }
a { background-color: rgb(246,32,184); }
div.DivClassName
{
background-color: #F620B8;
}
.BgClassName
{
background-color: #F620B8;
}
</style>
border-color css
<style>
span { border-color: #F620B8; }
span { border-color: rgb(246,32,184); }
td.TdClassName
{
border-color: #F620B8;
}
.TagClassName
{
border-color: #F620B8;
}
</style>