Shades of Persian Rose #F23BAE
Tints of Persian Rose #F23BAE
RGB
CMYK
RGB Variations
Color information
#F23BAE (or 0xF23BAE) is known color: Persian Rose. HEX triplet: F2, 3B and AE. RGB value is (242,59,174). Sum of RGB (Red+Green+Blue) = 242+59+174=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F23BAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23BAE is #0DC451. Grayscale: #7E7E7E. Windows color (decimal): -902226 or 11418610. OLE color: 11418610.
HSL color Cylindrical-coordinate representation of color #F23BAE: hue angle of 322.3º 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 #F23BAE is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 59 | 174 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.05 |
| HSL | 322.3º | 0.88% | 0.59% | - |
| HSV(B) | 322.3º | 0.76% | 0.95% | - |
| XYZ | 45.82 | 25.06 | 42.47 | - |
| YUV | 126.83 | 154.63 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 59 | 174 | 0 | 0.76 | 0.28 | 0.05 | 322.3 | 0.88 | 0.59 |
| Hex | F2 | 3B | AE | 0 | 4C | 1C | 5 | 142 | 58 | 3B |
| Octal | 362 | 73 | 256 | 0 | 114 | 34 | 5 | 502 | 130 | 73 |
| Binary | 11110010 | 111011 | 10101110 | 0 | 1001100 | 11100 | 101 | 101000010 | 1011000 | 111011 |
Color Harmonies of #F23BAE
Complementary color
Monochromatic Colors of #F23BAE
Black with #F23BAE
Text Example
Text Example
White with #F23BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23BAE; }
p { color: rgb(242,59,174); }
H1.HeaderClassName
{
color: #F23BAE;
}
.AnyTagClassName
{
color: #F23BAE;
}
</style>
background-color css
<style>
a { background-color: #F23BAE; }
a { background-color: rgb(242,59,174); }
div.DivClassName
{
background-color: #F23BAE;
}
.BgClassName
{
background-color: #F23BAE;
}
</style>
border-color css
<style>
span { border-color: #F23BAE; }
span { border-color: rgb(242,59,174); }
td.TdClassName
{
border-color: #F23BAE;
}
.TagClassName
{
border-color: #F23BAE;
}
</style>