Shades of Spicy Pink #FF30B7
Tints of Spicy Pink #FF30B7
RGB
CMYK
RGB Variations
Color information
#FF30B7 (or 0xFF30B7) is known color: Spicy Pink. HEX triplet: FF, 30 and B7. RGB value is (255,48,183). Sum of RGB (Red+Green+Blue) = 255+48+183=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 48 (19.14% from 255 or 9.88% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF30B7 is #00CF48. Grayscale: #7C7C7C. Windows color (decimal): -53065 or 12005631. OLE color: 12005631.
HSL color Cylindrical-coordinate representation of color #FF30B7: hue angle of 320.87º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF30B7 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 183 | - |
| CMYK | 0 | 0.81 | 0.28 | 0 |
| HSL | 320.87º | 1% | 0.59% | - |
| HSV(B) | 320.87º | 0.81% | 1% | - |
| XYZ | 50.84 | 26.79 | 47.29 | - |
| YUV | 125.28 | 160.58 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 183 | 0 | 0.81 | 0.28 | 0 | 320.87 | 1 | 0.59 |
| Hex | FF | 30 | B7 | 0 | 51 | 1C | 0 | 141 | 64 | 3B |
| Octal | 377 | 60 | 267 | 0 | 121 | 34 | 0 | 501 | 144 | 73 |
| Binary | 11111111 | 110000 | 10110111 | 0 | 1010001 | 11100 | 0 | 101000001 | 1100100 | 111011 |
Color Harmonies of #FF30B7
Complementary color
Monochromatic Colors of #FF30B7
Black with #FF30B7
Text Example
Text Example
White with #FF30B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF30B7; }
p { color: rgb(255,48,183); }
H1.HeaderClassName
{
color: #FF30B7;
}
.AnyTagClassName
{
color: #FF30B7;
}
</style>
background-color css
<style>
a { background-color: #FF30B7; }
a { background-color: rgb(255,48,183); }
div.DivClassName
{
background-color: #FF30B7;
}
.BgClassName
{
background-color: #FF30B7;
}
</style>
border-color css
<style>
span { border-color: #FF30B7; }
span { border-color: rgb(255,48,183); }
td.TdClassName
{
border-color: #FF30B7;
}
.TagClassName
{
border-color: #FF30B7;
}
</style>