Shades of Persian Rose #FA30AD
Tints of Persian Rose #FA30AD
RGB
CMYK
RGB Variations
Color information
#FA30AD (or 0xFA30AD) is known color: Persian Rose. HEX triplet: FA, 30 and AD. RGB value is (250,48,173). Sum of RGB (Red+Green+Blue) = 250+48+173=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA30AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA30AD is #05CF52. Grayscale: #7A7A7A. Windows color (decimal): -380755 or 11350266. OLE color: 11350266.
HSL color Cylindrical-coordinate representation of color #FA30AD: hue angle of 322.87º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA30AD is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 173 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.02 |
| HSL | 322.87º | 0.95% | 0.58% | - |
| HSV(B) | 322.87º | 0.81% | 0.98% | - |
| XYZ | 48.02 | 25.46 | 41.92 | - |
| YUV | 122.65 | 156.42 | 218.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 173 | 0 | 0.81 | 0.31 | 0.02 | 322.87 | 0.95 | 0.58 |
| Hex | FA | 30 | AD | 0 | 51 | 1F | 2 | 143 | 5F | 3A |
| Octal | 372 | 60 | 255 | 0 | 121 | 37 | 2 | 503 | 137 | 72 |
| Binary | 11111010 | 110000 | 10101101 | 0 | 1010001 | 11111 | 10 | 101000011 | 1011111 | 111010 |
Color Harmonies of #FA30AD
Complementary color
Monochromatic Colors of #FA30AD
Black with #FA30AD
Text Example
Text Example
White with #FA30AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA30AD; }
p { color: rgb(250,48,173); }
H1.HeaderClassName
{
color: #FA30AD;
}
.AnyTagClassName
{
color: #FA30AD;
}
</style>
background-color css
<style>
a { background-color: #FA30AD; }
a { background-color: rgb(250,48,173); }
div.DivClassName
{
background-color: #FA30AD;
}
.BgClassName
{
background-color: #FA30AD;
}
</style>
border-color css
<style>
span { border-color: #FA30AD; }
span { border-color: rgb(250,48,173); }
td.TdClassName
{
border-color: #FA30AD;
}
.TagClassName
{
border-color: #FA30AD;
}
</style>