Shades of Persian Rose #FD30AA
Tints of Persian Rose #FD30AA
RGB
CMYK
RGB Variations
Color information
#FD30AA (or 0xFD30AA) is known color: Persian Rose. HEX triplet: FD, 30 and AA. RGB value is (253,48,170). Sum of RGB (Red+Green+Blue) = 253+48+170=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD30AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD30AA is #02CF55. Grayscale: #7A7A7A. Windows color (decimal): -184150 or 11153661. OLE color: 11153661.
HSL color Cylindrical-coordinate representation of color #FD30AA: hue angle of 324.29º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD30AA is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 170 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.01 |
| HSL | 324.29º | 0.98% | 0.59% | - |
| HSV(B) | 324.29º | 0.81% | 0.99% | - |
| XYZ | 48.82 | 25.9 | 40.46 | - |
| YUV | 123.2 | 154.42 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 170 | 0 | 0.81 | 0.33 | 0.01 | 324.29 | 0.98 | 0.59 |
| Hex | FD | 30 | AA | 0 | 51 | 21 | 1 | 144 | 62 | 3B |
| Octal | 375 | 60 | 252 | 0 | 121 | 41 | 1 | 504 | 142 | 73 |
| Binary | 11111101 | 110000 | 10101010 | 0 | 1010001 | 100001 | 1 | 101000100 | 1100010 | 111011 |
Color Harmonies of #FD30AA
Complementary color
Monochromatic Colors of #FD30AA
Black with #FD30AA
Text Example
Text Example
White with #FD30AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD30AA; }
p { color: rgb(253,48,170); }
H1.HeaderClassName
{
color: #FD30AA;
}
.AnyTagClassName
{
color: #FD30AA;
}
</style>
background-color css
<style>
a { background-color: #FD30AA; }
a { background-color: rgb(253,48,170); }
div.DivClassName
{
background-color: #FD30AA;
}
.BgClassName
{
background-color: #FD30AA;
}
</style>
border-color css
<style>
span { border-color: #FD30AA; }
span { border-color: rgb(253,48,170); }
td.TdClassName
{
border-color: #FD30AA;
}
.TagClassName
{
border-color: #FD30AA;
}
</style>