Shades of Persian Rose #FA239A
Tints of Persian Rose #FA239A
RGB
CMYK
RGB Variations
Color information
#FA239A (or 0xFA239A) is known color: Persian Rose. HEX triplet: FA, 23 and 9A. RGB value is (250,35,154). Sum of RGB (Red+Green+Blue) = 250+35+154=439 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.95% from 439); Green value is 35 (14.06% from 255 or 7.97% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 250 - color contains mainly: red. Hex color #FA239A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA239A is #05DC65. Grayscale: #707070. Windows color (decimal): -384102 or 10101754. OLE color: 10101754.
HSL color Cylindrical-coordinate representation of color #FA239A: hue angle of 326.79º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA239A is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 35 | 154 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.02 |
| HSL | 326.79º | 0.96% | 0.56% | - |
| HSV(B) | 326.79º | 0.86% | 0.98% | - |
| XYZ | 45.86 | 23.86 | 32.76 | - |
| YUV | 112.85 | 151.23 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 35 | 154 | 0 | 0.86 | 0.38 | 0.02 | 326.79 | 0.96 | 0.56 |
| Hex | FA | 23 | 9A | 0 | 56 | 26 | 2 | 147 | 60 | 38 |
| Octal | 372 | 43 | 232 | 0 | 126 | 46 | 2 | 507 | 140 | 70 |
| Binary | 11111010 | 100011 | 10011010 | 0 | 1010110 | 100110 | 10 | 101000111 | 1100000 | 111000 |
Color Harmonies of #FA239A
Complementary color
Monochromatic Colors of #FA239A
Black with #FA239A
Text Example
Text Example
White with #FA239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA239A; }
p { color: rgb(250,35,154); }
H1.HeaderClassName
{
color: #FA239A;
}
.AnyTagClassName
{
color: #FA239A;
}
</style>
background-color css
<style>
a { background-color: #FA239A; }
a { background-color: rgb(250,35,154); }
div.DivClassName
{
background-color: #FA239A;
}
.BgClassName
{
background-color: #FA239A;
}
</style>
border-color css
<style>
span { border-color: #FA239A; }
span { border-color: rgb(250,35,154); }
td.TdClassName
{
border-color: #FA239A;
}
.TagClassName
{
border-color: #FA239A;
}
</style>