Shades of Persian Rose #FF30A3
Tints of Persian Rose #FF30A3
RGB
CMYK
RGB Variations
Color information
#FF30A3 (or 0xFF30A3) is known color: Persian Rose. HEX triplet: FF, 30 and A3. RGB value is (255,48,163). Sum of RGB (Red+Green+Blue) = 255+48+163=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 48 (19.14% from 255 or 10.30% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF30A3 is #00CF5C. Grayscale: #7A7A7A. Windows color (decimal): -53085 or 10694911. OLE color: 10694911.
HSL color Cylindrical-coordinate representation of color #FF30A3: hue angle of 326.67º 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 #FF30A3 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 163 | - |
| CMYK | 0 | 0.81 | 0.36 | 0 |
| HSL | 326.67º | 1% | 0.59% | - |
| HSV(B) | 326.67º | 0.81% | 1% | - |
| XYZ | 48.91 | 26.02 | 37.09 | - |
| YUV | 123 | 150.58 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 163 | 0 | 0.81 | 0.36 | 0 | 326.67 | 1 | 0.59 |
| Hex | FF | 30 | A3 | 0 | 51 | 24 | 0 | 147 | 64 | 3B |
| Octal | 377 | 60 | 243 | 0 | 121 | 44 | 0 | 507 | 144 | 73 |
| Binary | 11111111 | 110000 | 10100011 | 0 | 1010001 | 100100 | 0 | 101000111 | 1100100 | 111011 |
Color Harmonies of #FF30A3
Complementary color
Monochromatic Colors of #FF30A3
Black with #FF30A3
Text Example
Text Example
White with #FF30A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF30A3; }
p { color: rgb(255,48,163); }
H1.HeaderClassName
{
color: #FF30A3;
}
.AnyTagClassName
{
color: #FF30A3;
}
</style>
background-color css
<style>
a { background-color: #FF30A3; }
a { background-color: rgb(255,48,163); }
div.DivClassName
{
background-color: #FF30A3;
}
.BgClassName
{
background-color: #FF30A3;
}
</style>
border-color css
<style>
span { border-color: #FF30A3; }
span { border-color: rgb(255,48,163); }
td.TdClassName
{
border-color: #FF30A3;
}
.TagClassName
{
border-color: #FF30A3;
}
</style>