Shades of Persian Rose #FA38AA
Tints of Persian Rose #FA38AA
RGB
CMYK
RGB Variations
Color information
#FA38AA (or 0xFA38AA) is known color: Persian Rose. HEX triplet: FA, 38 and AA. RGB value is (250,56,170). Sum of RGB (Red+Green+Blue) = 250+56+170=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 56 (22.27% from 255 or 11.76% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA38AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA38AA is #05C755. Grayscale: #7E7E7E. Windows color (decimal): -378710 or 11155706. OLE color: 11155706.
HSL color Cylindrical-coordinate representation of color #FA38AA: hue angle of 324.74º 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 #FA38AA is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 56 | 170 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.02 |
| HSL | 324.74º | 0.95% | 0.6% | - |
| HSV(B) | 324.74º | 0.78% | 0.98% | - |
| XYZ | 48.09 | 26.05 | 40.52 | - |
| YUV | 127 | 152.27 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 56 | 170 | 0 | 0.78 | 0.32 | 0.02 | 324.74 | 0.95 | 0.6 |
| Hex | FA | 38 | AA | 0 | 4E | 20 | 2 | 145 | 5F | 3C |
| Octal | 372 | 70 | 252 | 0 | 116 | 40 | 2 | 505 | 137 | 74 |
| Binary | 11111010 | 111000 | 10101010 | 0 | 1001110 | 100000 | 10 | 101000101 | 1011111 | 111100 |
Color Harmonies of #FA38AA
Complementary color
Monochromatic Colors of #FA38AA
Black with #FA38AA
Text Example
Text Example
White with #FA38AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA38AA; }
p { color: rgb(250,56,170); }
H1.HeaderClassName
{
color: #FA38AA;
}
.AnyTagClassName
{
color: #FA38AA;
}
</style>
background-color css
<style>
a { background-color: #FA38AA; }
a { background-color: rgb(250,56,170); }
div.DivClassName
{
background-color: #FA38AA;
}
.BgClassName
{
background-color: #FA38AA;
}
</style>
border-color css
<style>
span { border-color: #FA38AA; }
span { border-color: rgb(250,56,170); }
td.TdClassName
{
border-color: #FA38AA;
}
.TagClassName
{
border-color: #FA38AA;
}
</style>