Shades of Persian Rose #F23AAF
Tints of Persian Rose #F23AAF
RGB
CMYK
RGB Variations
Color information
#F23AAF (or 0xF23AAF) is known color: Persian Rose. HEX triplet: F2, 3A and AF. RGB value is (242,58,175). Sum of RGB (Red+Green+Blue) = 242+58+175=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F23AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23AAF is #0DC550. Grayscale: #7E7E7E. Windows color (decimal): -902481 or 11483890. OLE color: 11483890.
HSL color Cylindrical-coordinate representation of color #F23AAF: hue angle of 321.85º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23AAF is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 58 | 175 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.05 |
| HSL | 321.85º | 0.88% | 0.59% | - |
| HSV(B) | 321.85º | 0.76% | 0.95% | - |
| XYZ | 45.87 | 25 | 42.97 | - |
| YUV | 126.35 | 155.46 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 58 | 175 | 0 | 0.76 | 0.28 | 0.05 | 321.85 | 0.88 | 0.59 |
| Hex | F2 | 3A | AF | 0 | 4C | 1C | 5 | 142 | 58 | 3B |
| Octal | 362 | 72 | 257 | 0 | 114 | 34 | 5 | 502 | 130 | 73 |
| Binary | 11110010 | 111010 | 10101111 | 0 | 1001100 | 11100 | 101 | 101000010 | 1011000 | 111011 |
Color Harmonies of #F23AAF
Complementary color
Monochromatic Colors of #F23AAF
Black with #F23AAF
Text Example
Text Example
White with #F23AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23AAF; }
p { color: rgb(242,58,175); }
H1.HeaderClassName
{
color: #F23AAF;
}
.AnyTagClassName
{
color: #F23AAF;
}
</style>
background-color css
<style>
a { background-color: #F23AAF; }
a { background-color: rgb(242,58,175); }
div.DivClassName
{
background-color: #F23AAF;
}
.BgClassName
{
background-color: #F23AAF;
}
</style>
border-color css
<style>
span { border-color: #F23AAF; }
span { border-color: rgb(242,58,175); }
td.TdClassName
{
border-color: #F23AAF;
}
.TagClassName
{
border-color: #F23AAF;
}
</style>