Shades of Persian Rose #F23BAB
Tints of Persian Rose #F23BAB
RGB
CMYK
RGB Variations
Color information
#F23BAB (or 0xF23BAB) is known color: Persian Rose. HEX triplet: F2, 3B and AB. RGB value is (242,59,171). Sum of RGB (Red+Green+Blue) = 242+59+171=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 59 (23.44% from 255 or 12.5% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F23BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23BAB is #0DC454. Grayscale: #7E7E7E. Windows color (decimal): -902229 or 11222002. OLE color: 11222002.
HSL color Cylindrical-coordinate representation of color #F23BAB: hue angle of 323.28º 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 #F23BAB is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 59 | 171 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.05 |
| HSL | 323.28º | 0.88% | 0.59% | - |
| HSV(B) | 323.28º | 0.76% | 0.95% | - |
| XYZ | 45.53 | 24.95 | 40.94 | - |
| YUV | 126.49 | 153.13 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 59 | 171 | 0 | 0.76 | 0.29 | 0.05 | 323.28 | 0.88 | 0.59 |
| Hex | F2 | 3B | AB | 0 | 4C | 1D | 5 | 143 | 58 | 3B |
| Octal | 362 | 73 | 253 | 0 | 114 | 35 | 5 | 503 | 130 | 73 |
| Binary | 11110010 | 111011 | 10101011 | 0 | 1001100 | 11101 | 101 | 101000011 | 1011000 | 111011 |
Color Harmonies of #F23BAB
Complementary color
Monochromatic Colors of #F23BAB
Black with #F23BAB
Text Example
Text Example
White with #F23BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23BAB; }
p { color: rgb(242,59,171); }
H1.HeaderClassName
{
color: #F23BAB;
}
.AnyTagClassName
{
color: #F23BAB;
}
</style>
background-color css
<style>
a { background-color: #F23BAB; }
a { background-color: rgb(242,59,171); }
div.DivClassName
{
background-color: #F23BAB;
}
.BgClassName
{
background-color: #F23BAB;
}
</style>
border-color css
<style>
span { border-color: #F23BAB; }
span { border-color: rgb(242,59,171); }
td.TdClassName
{
border-color: #F23BAB;
}
.TagClassName
{
border-color: #F23BAB;
}
</style>