Shades of Persian Rose #FA36B2
Tints of Persian Rose #FA36B2
RGB
CMYK
RGB Variations
Color information
#FA36B2 (or 0xFA36B2) is known color: Persian Rose. HEX triplet: FA, 36 and B2. RGB value is (250,54,178). Sum of RGB (Red+Green+Blue) = 250+54+178=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 54 (21.48% from 255 or 11.20% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA36B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA36B2 is #05C94D. Grayscale: #7E7E7E. Windows color (decimal): -379214 or 11679482. OLE color: 11679482.
HSL color Cylindrical-coordinate representation of color #FA36B2: hue angle of 322.04º 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 #FA36B2 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 54 | 178 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.02 |
| HSL | 322.04º | 0.95% | 0.6% | - |
| HSV(B) | 322.04º | 0.78% | 0.98% | - |
| XYZ | 48.78 | 26.18 | 44.6 | - |
| YUV | 126.74 | 156.93 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 54 | 178 | 0 | 0.78 | 0.29 | 0.02 | 322.04 | 0.95 | 0.6 |
| Hex | FA | 36 | B2 | 0 | 4E | 1D | 2 | 142 | 5F | 3C |
| Octal | 372 | 66 | 262 | 0 | 116 | 35 | 2 | 502 | 137 | 74 |
| Binary | 11111010 | 110110 | 10110010 | 0 | 1001110 | 11101 | 10 | 101000010 | 1011111 | 111100 |
Color Harmonies of #FA36B2
Complementary color
Monochromatic Colors of #FA36B2
Black with #FA36B2
Text Example
Text Example
White with #FA36B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA36B2; }
p { color: rgb(250,54,178); }
H1.HeaderClassName
{
color: #FA36B2;
}
.AnyTagClassName
{
color: #FA36B2;
}
</style>
background-color css
<style>
a { background-color: #FA36B2; }
a { background-color: rgb(250,54,178); }
div.DivClassName
{
background-color: #FA36B2;
}
.BgClassName
{
background-color: #FA36B2;
}
</style>
border-color css
<style>
span { border-color: #FA36B2; }
span { border-color: rgb(250,54,178); }
td.TdClassName
{
border-color: #FA36B2;
}
.TagClassName
{
border-color: #FA36B2;
}
</style>