Shades of Persian Rose #FA35A8
Tints of Persian Rose #FA35A8
RGB
CMYK
RGB Variations
Color information
#FA35A8 (or 0xFA35A8) is known color: Persian Rose. HEX triplet: FA, 35 and A8. RGB value is (250,53,168). Sum of RGB (Red+Green+Blue) = 250+53+168=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 53 (21.09% from 255 or 11.25% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA35A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA35A8 is #05CA57. Grayscale: #7C7C7C. Windows color (decimal): -379480 or 11023866. OLE color: 11023866.
HSL color Cylindrical-coordinate representation of color #FA35A8: hue angle of 324.97º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA35A8 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 53 | 168 | - |
| CMYK | 0 | 0.79 | 0.33 | 0.02 |
| HSL | 324.97º | 0.95% | 0.59% | - |
| HSV(B) | 324.97º | 0.79% | 0.98% | - |
| XYZ | 47.77 | 25.7 | 39.49 | - |
| YUV | 125.01 | 152.27 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 53 | 168 | 0 | 0.79 | 0.33 | 0.02 | 324.97 | 0.95 | 0.59 |
| Hex | FA | 35 | A8 | 0 | 4F | 21 | 2 | 145 | 5F | 3B |
| Octal | 372 | 65 | 250 | 0 | 117 | 41 | 2 | 505 | 137 | 73 |
| Binary | 11111010 | 110101 | 10101000 | 0 | 1001111 | 100001 | 10 | 101000101 | 1011111 | 111011 |
Color Harmonies of #FA35A8
Complementary color
Monochromatic Colors of #FA35A8
Black with #FA35A8
Text Example
Text Example
White with #FA35A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA35A8; }
p { color: rgb(250,53,168); }
H1.HeaderClassName
{
color: #FA35A8;
}
.AnyTagClassName
{
color: #FA35A8;
}
</style>
background-color css
<style>
a { background-color: #FA35A8; }
a { background-color: rgb(250,53,168); }
div.DivClassName
{
background-color: #FA35A8;
}
.BgClassName
{
background-color: #FA35A8;
}
</style>
border-color css
<style>
span { border-color: #FA35A8; }
span { border-color: rgb(250,53,168); }
td.TdClassName
{
border-color: #FA35A8;
}
.TagClassName
{
border-color: #FA35A8;
}
</style>