Shades of Persian Rose #FF30A2
Tints of Persian Rose #FF30A2
RGB
CMYK
RGB Variations
Color information
#FF30A2 (or 0xFF30A2) is known color: Persian Rose. HEX triplet: FF, 30 and A2. RGB value is (255,48,162). Sum of RGB (Red+Green+Blue) = 255+48+162=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF30A2 is #00CF5D. Grayscale: #7A7A7A. Windows color (decimal): -53086 or 10629375. OLE color: 10629375.
HSL color Cylindrical-coordinate representation of color #FF30A2: hue angle of 326.96º 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 #FF30A2 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 162 | - |
| CMYK | 0 | 0.81 | 0.36 | 0 |
| HSL | 326.96º | 1% | 0.59% | - |
| HSV(B) | 326.96º | 0.81% | 1% | - |
| XYZ | 48.82 | 25.98 | 36.62 | - |
| YUV | 122.89 | 150.08 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 162 | 0 | 0.81 | 0.36 | 0 | 326.96 | 1 | 0.59 |
| Hex | FF | 30 | A2 | 0 | 51 | 24 | 0 | 147 | 64 | 3B |
| Octal | 377 | 60 | 242 | 0 | 121 | 44 | 0 | 507 | 144 | 73 |
| Binary | 11111111 | 110000 | 10100010 | 0 | 1010001 | 100100 | 0 | 101000111 | 1100100 | 111011 |
Color Harmonies of #FF30A2
Complementary color
Monochromatic Colors of #FF30A2
Black with #FF30A2
Text Example
Text Example
White with #FF30A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF30A2; }
p { color: rgb(255,48,162); }
H1.HeaderClassName
{
color: #FF30A2;
}
.AnyTagClassName
{
color: #FF30A2;
}
</style>
background-color css
<style>
a { background-color: #FF30A2; }
a { background-color: rgb(255,48,162); }
div.DivClassName
{
background-color: #FF30A2;
}
.BgClassName
{
background-color: #FF30A2;
}
</style>
border-color css
<style>
span { border-color: #FF30A2; }
span { border-color: rgb(255,48,162); }
td.TdClassName
{
border-color: #FF30A2;
}
.TagClassName
{
border-color: #FF30A2;
}
</style>