Shades of Persian Rose #FA269C
Tints of Persian Rose #FA269C
RGB
CMYK
RGB Variations
Color information
#FA269C (or 0xFA269C) is known color: Persian Rose. HEX triplet: FA, 26 and 9C. RGB value is (250,38,156). Sum of RGB (Red+Green+Blue) = 250+38+156=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 38 (15.23% from 255 or 8.56% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FA269C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA269C is #05D963. Grayscale: #727272. Windows color (decimal): -383332 or 10233594. OLE color: 10233594.
HSL color Cylindrical-coordinate representation of color #FA269C: hue angle of 326.6º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA269C is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 156 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.02 |
| HSL | 326.6º | 0.95% | 0.56% | - |
| HSV(B) | 326.6º | 0.85% | 0.98% | - |
| XYZ | 46.12 | 24.11 | 33.68 | - |
| YUV | 114.84 | 151.24 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 156 | 0 | 0.85 | 0.38 | 0.02 | 326.6 | 0.95 | 0.56 |
| Hex | FA | 26 | 9C | 0 | 55 | 26 | 2 | 147 | 5F | 38 |
| Octal | 372 | 46 | 234 | 0 | 125 | 46 | 2 | 507 | 137 | 70 |
| Binary | 11111010 | 100110 | 10011100 | 0 | 1010101 | 100110 | 10 | 101000111 | 1011111 | 111000 |
Color Harmonies of #FA269C
Complementary color
Monochromatic Colors of #FA269C
Black with #FA269C
Text Example
Text Example
White with #FA269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA269C; }
p { color: rgb(250,38,156); }
H1.HeaderClassName
{
color: #FA269C;
}
.AnyTagClassName
{
color: #FA269C;
}
</style>
background-color css
<style>
a { background-color: #FA269C; }
a { background-color: rgb(250,38,156); }
div.DivClassName
{
background-color: #FA269C;
}
.BgClassName
{
background-color: #FA269C;
}
</style>
border-color css
<style>
span { border-color: #FA269C; }
span { border-color: rgb(250,38,156); }
td.TdClassName
{
border-color: #FA269C;
}
.TagClassName
{
border-color: #FA269C;
}
</style>