Shades of Persian Rose #F23AB0
Tints of Persian Rose #F23AB0
RGB
CMYK
RGB Variations
Color information
#F23AB0 (or 0xF23AB0) is known color: Persian Rose. HEX triplet: F2, 3A and B0. RGB value is (242,58,176). Sum of RGB (Red+Green+Blue) = 242+58+176=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 58 (23.05% from 255 or 12.18% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F23AB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23AB0 is #0DC54F. Grayscale: #7E7E7E. Windows color (decimal): -902480 or 11549426. OLE color: 11549426.
HSL color Cylindrical-coordinate representation of color #F23AB0: hue angle of 321.52º 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 #F23AB0 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 58 | 176 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.05 |
| HSL | 321.52º | 0.88% | 0.59% | - |
| HSV(B) | 321.52º | 0.76% | 0.95% | - |
| XYZ | 45.97 | 25.04 | 43.48 | - |
| YUV | 126.47 | 155.96 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 58 | 176 | 0 | 0.76 | 0.27 | 0.05 | 321.52 | 0.88 | 0.59 |
| Hex | F2 | 3A | B0 | 0 | 4C | 1B | 5 | 142 | 58 | 3B |
| Octal | 362 | 72 | 260 | 0 | 114 | 33 | 5 | 502 | 130 | 73 |
| Binary | 11110010 | 111010 | 10110000 | 0 | 1001100 | 11011 | 101 | 101000010 | 1011000 | 111011 |
Color Harmonies of #F23AB0
Complementary color
Monochromatic Colors of #F23AB0
Black with #F23AB0
Text Example
Text Example
White with #F23AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23AB0; }
p { color: rgb(242,58,176); }
H1.HeaderClassName
{
color: #F23AB0;
}
.AnyTagClassName
{
color: #F23AB0;
}
</style>
background-color css
<style>
a { background-color: #F23AB0; }
a { background-color: rgb(242,58,176); }
div.DivClassName
{
background-color: #F23AB0;
}
.BgClassName
{
background-color: #F23AB0;
}
</style>
border-color css
<style>
span { border-color: #F23AB0; }
span { border-color: rgb(242,58,176); }
td.TdClassName
{
border-color: #F23AB0;
}
.TagClassName
{
border-color: #F23AB0;
}
</style>