Shades of Persian Rose #FA38B2
Tints of Persian Rose #FA38B2
RGB
CMYK
RGB Variations
Color information
#FA38B2 (or 0xFA38B2) is known color: Persian Rose. HEX triplet: FA, 38 and B2. RGB value is (250,56,178). Sum of RGB (Red+Green+Blue) = 250+56+178=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 56 (22.27% from 255 or 11.57% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA38B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA38B2 is #05C74D. Grayscale: #7F7F7F. Windows color (decimal): -378702 or 11679994. OLE color: 11679994.
HSL color Cylindrical-coordinate representation of color #FA38B2: hue angle of 322.27º 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 #FA38B2 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 56 | 178 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.02 |
| HSL | 322.27º | 0.95% | 0.6% | - |
| HSV(B) | 322.27º | 0.78% | 0.98% | - |
| XYZ | 48.87 | 26.37 | 44.63 | - |
| YUV | 127.91 | 156.27 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 56 | 178 | 0 | 0.78 | 0.29 | 0.02 | 322.27 | 0.95 | 0.6 |
| Hex | FA | 38 | B2 | 0 | 4E | 1D | 2 | 142 | 5F | 3C |
| Octal | 372 | 70 | 262 | 0 | 116 | 35 | 2 | 502 | 137 | 74 |
| Binary | 11111010 | 111000 | 10110010 | 0 | 1001110 | 11101 | 10 | 101000010 | 1011111 | 111100 |
Color Harmonies of #FA38B2
Complementary color
Monochromatic Colors of #FA38B2
Black with #FA38B2
Text Example
Text Example
White with #FA38B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA38B2; }
p { color: rgb(250,56,178); }
H1.HeaderClassName
{
color: #FA38B2;
}
.AnyTagClassName
{
color: #FA38B2;
}
</style>
background-color css
<style>
a { background-color: #FA38B2; }
a { background-color: rgb(250,56,178); }
div.DivClassName
{
background-color: #FA38B2;
}
.BgClassName
{
background-color: #FA38B2;
}
</style>
border-color css
<style>
span { border-color: #FA38B2; }
span { border-color: rgb(250,56,178); }
td.TdClassName
{
border-color: #FA38B2;
}
.TagClassName
{
border-color: #FA38B2;
}
</style>