Shades of Persian Rose #FA239D
Tints of Persian Rose #FA239D
RGB
CMYK
RGB Variations
Color information
#FA239D (or 0xFA239D) is known color: Persian Rose. HEX triplet: FA, 23 and 9D. RGB value is (250,35,157). Sum of RGB (Red+Green+Blue) = 250+35+157=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 35 (14.06% from 255 or 7.92% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA239D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA239D is #05DC62. Grayscale: #707070. Windows color (decimal): -384099 or 10298362. OLE color: 10298362.
HSL color Cylindrical-coordinate representation of color #FA239D: hue angle of 325.95º 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 #FA239D is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 35 | 157 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.02 |
| HSL | 325.95º | 0.96% | 0.56% | - |
| HSV(B) | 325.95º | 0.86% | 0.98% | - |
| XYZ | 46.11 | 23.96 | 34.09 | - |
| YUV | 113.19 | 152.73 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 35 | 157 | 0 | 0.86 | 0.37 | 0.02 | 325.95 | 0.96 | 0.56 |
| Hex | FA | 23 | 9D | 0 | 56 | 25 | 2 | 146 | 60 | 38 |
| Octal | 372 | 43 | 235 | 0 | 126 | 45 | 2 | 506 | 140 | 70 |
| Binary | 11111010 | 100011 | 10011101 | 0 | 1010110 | 100101 | 10 | 101000110 | 1100000 | 111000 |
Color Harmonies of #FA239D
Complementary color
Monochromatic Colors of #FA239D
Black with #FA239D
Text Example
Text Example
White with #FA239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA239D; }
p { color: rgb(250,35,157); }
H1.HeaderClassName
{
color: #FA239D;
}
.AnyTagClassName
{
color: #FA239D;
}
</style>
background-color css
<style>
a { background-color: #FA239D; }
a { background-color: rgb(250,35,157); }
div.DivClassName
{
background-color: #FA239D;
}
.BgClassName
{
background-color: #FA239D;
}
</style>
border-color css
<style>
span { border-color: #FA239D; }
span { border-color: rgb(250,35,157); }
td.TdClassName
{
border-color: #FA239D;
}
.TagClassName
{
border-color: #FA239D;
}
</style>