Shades of Persian Rose #FA36AD
Tints of Persian Rose #FA36AD
RGB
CMYK
RGB Variations
Color information
#FA36AD (or 0xFA36AD) is known color: Persian Rose. HEX triplet: FA, 36 and AD. RGB value is (250,54,173). Sum of RGB (Red+Green+Blue) = 250+54+173=477 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.41% from 477); Green value is 54 (21.48% from 255 or 11.32% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 250 - color contains mainly: red. Hex color #FA36AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA36AD is #05C952. Grayscale: #7D7D7D. Windows color (decimal): -379219 or 11351802. OLE color: 11351802.
HSL color Cylindrical-coordinate representation of color #FA36AD: hue angle of 323.57º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA36AD is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 54 | 173 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.02 |
| HSL | 323.57º | 0.95% | 0.6% | - |
| HSV(B) | 323.57º | 0.78% | 0.98% | - |
| XYZ | 48.29 | 25.98 | 42 | - |
| YUV | 126.17 | 154.43 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 54 | 173 | 0 | 0.78 | 0.31 | 0.02 | 323.57 | 0.95 | 0.6 |
| Hex | FA | 36 | AD | 0 | 4E | 1F | 2 | 144 | 5F | 3C |
| Octal | 372 | 66 | 255 | 0 | 116 | 37 | 2 | 504 | 137 | 74 |
| Binary | 11111010 | 110110 | 10101101 | 0 | 1001110 | 11111 | 10 | 101000100 | 1011111 | 111100 |
Color Harmonies of #FA36AD
Complementary color
Monochromatic Colors of #FA36AD
Black with #FA36AD
Text Example
Text Example
White with #FA36AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA36AD; }
p { color: rgb(250,54,173); }
H1.HeaderClassName
{
color: #FA36AD;
}
.AnyTagClassName
{
color: #FA36AD;
}
</style>
background-color css
<style>
a { background-color: #FA36AD; }
a { background-color: rgb(250,54,173); }
div.DivClassName
{
background-color: #FA36AD;
}
.BgClassName
{
background-color: #FA36AD;
}
</style>
border-color css
<style>
span { border-color: #FA36AD; }
span { border-color: rgb(250,54,173); }
td.TdClassName
{
border-color: #FA36AD;
}
.TagClassName
{
border-color: #FA36AD;
}
</style>