Shades of Spicy Pink #F726B4
Tints of Spicy Pink #F726B4
RGB
CMYK
RGB Variations
Color information
#F726B4 (or 0xF726B4) is known color: Spicy Pink. HEX triplet: F7, 26 and B4. RGB value is (247,38,180). Sum of RGB (Red+Green+Blue) = 247+38+180=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 38 (15.23% from 255 or 8.17% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F726B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F726B4 is #08D94B. Grayscale: #747474. Windows color (decimal): -579916 or 11806455. OLE color: 11806455.
HSL color Cylindrical-coordinate representation of color #F726B4: hue angle of 319.23º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F726B4 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 180 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.03 |
| HSL | 319.23º | 0.93% | 0.56% | - |
| HSV(B) | 319.23º | 0.85% | 0.97% | - |
| XYZ | 47.29 | 24.46 | 45.41 | - |
| YUV | 116.68 | 163.74 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 180 | 0 | 0.85 | 0.27 | 0.03 | 319.23 | 0.93 | 0.56 |
| Hex | F7 | 26 | B4 | 0 | 55 | 1B | 3 | 13F | 5D | 38 |
| Octal | 367 | 46 | 264 | 0 | 125 | 33 | 3 | 477 | 135 | 70 |
| Binary | 11110111 | 100110 | 10110100 | 0 | 1010101 | 11011 | 11 | 100111111 | 1011101 | 111000 |
Color Harmonies of #F726B4
Complementary color
Monochromatic Colors of #F726B4
Black with #F726B4
Text Example
Text Example
White with #F726B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F726B4; }
p { color: rgb(247,38,180); }
H1.HeaderClassName
{
color: #F726B4;
}
.AnyTagClassName
{
color: #F726B4;
}
</style>
background-color css
<style>
a { background-color: #F726B4; }
a { background-color: rgb(247,38,180); }
div.DivClassName
{
background-color: #F726B4;
}
.BgClassName
{
background-color: #F726B4;
}
</style>
border-color css
<style>
span { border-color: #F726B4; }
span { border-color: rgb(247,38,180); }
td.TdClassName
{
border-color: #F726B4;
}
.TagClassName
{
border-color: #F726B4;
}
</style>