Shades of Persian Rose #FA34AD
Tints of Persian Rose #FA34AD
RGB
CMYK
RGB Variations
Color information
#FA34AD (or 0xFA34AD) is known color: Persian Rose. HEX triplet: FA, 34 and AD. RGB value is (250,52,173). Sum of RGB (Red+Green+Blue) = 250+52+173=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 52 (20.70% from 255 or 10.95% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA34AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA34AD is #05CB52. Grayscale: #7C7C7C. Windows color (decimal): -379731 or 11351290. OLE color: 11351290.
HSL color Cylindrical-coordinate representation of color #FA34AD: hue angle of 323.33º 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 #FA34AD is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 173 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.02 |
| HSL | 323.33º | 0.95% | 0.59% | - |
| HSV(B) | 323.33º | 0.79% | 0.98% | - |
| XYZ | 48.2 | 25.8 | 41.97 | - |
| YUV | 125 | 155.1 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 173 | 0 | 0.79 | 0.31 | 0.02 | 323.33 | 0.95 | 0.59 |
| Hex | FA | 34 | AD | 0 | 4F | 1F | 2 | 143 | 5F | 3B |
| Octal | 372 | 64 | 255 | 0 | 117 | 37 | 2 | 503 | 137 | 73 |
| Binary | 11111010 | 110100 | 10101101 | 0 | 1001111 | 11111 | 10 | 101000011 | 1011111 | 111011 |
Color Harmonies of #FA34AD
Complementary color
Monochromatic Colors of #FA34AD
Black with #FA34AD
Text Example
Text Example
White with #FA34AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA34AD; }
p { color: rgb(250,52,173); }
H1.HeaderClassName
{
color: #FA34AD;
}
.AnyTagClassName
{
color: #FA34AD;
}
</style>
background-color css
<style>
a { background-color: #FA34AD; }
a { background-color: rgb(250,52,173); }
div.DivClassName
{
background-color: #FA34AD;
}
.BgClassName
{
background-color: #FA34AD;
}
</style>
border-color css
<style>
span { border-color: #FA34AD; }
span { border-color: rgb(250,52,173); }
td.TdClassName
{
border-color: #FA34AD;
}
.TagClassName
{
border-color: #FA34AD;
}
</style>