Shades of Persian Rose #F23CAB
Tints of Persian Rose #F23CAB
RGB
CMYK
RGB Variations
Color information
#F23CAB (or 0xF23CAB) is known color: Persian Rose. HEX triplet: F2, 3C and AB. RGB value is (242,60,171). Sum of RGB (Red+Green+Blue) = 242+60+171=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 60 (23.83% from 255 or 12.68% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F23CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23CAB is #0DC354. Grayscale: #7E7E7E. Windows color (decimal): -901973 or 11222258. OLE color: 11222258.
HSL color Cylindrical-coordinate representation of color #F23CAB: hue angle of 323.41º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F23CAB is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 60 | 171 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.05 |
| HSL | 323.41º | 0.88% | 0.59% | - |
| HSV(B) | 323.41º | 0.75% | 0.95% | - |
| XYZ | 45.58 | 25.05 | 40.96 | - |
| YUV | 127.07 | 152.8 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 60 | 171 | 0 | 0.75 | 0.29 | 0.05 | 323.41 | 0.88 | 0.59 |
| Hex | F2 | 3C | AB | 0 | 4B | 1D | 5 | 143 | 58 | 3B |
| Octal | 362 | 74 | 253 | 0 | 113 | 35 | 5 | 503 | 130 | 73 |
| Binary | 11110010 | 111100 | 10101011 | 0 | 1001011 | 11101 | 101 | 101000011 | 1011000 | 111011 |
Color Harmonies of #F23CAB
Complementary color
Monochromatic Colors of #F23CAB
Black with #F23CAB
Text Example
Text Example
White with #F23CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23CAB; }
p { color: rgb(242,60,171); }
H1.HeaderClassName
{
color: #F23CAB;
}
.AnyTagClassName
{
color: #F23CAB;
}
</style>
background-color css
<style>
a { background-color: #F23CAB; }
a { background-color: rgb(242,60,171); }
div.DivClassName
{
background-color: #F23CAB;
}
.BgClassName
{
background-color: #F23CAB;
}
</style>
border-color css
<style>
span { border-color: #F23CAB; }
span { border-color: rgb(242,60,171); }
td.TdClassName
{
border-color: #F23CAB;
}
.TagClassName
{
border-color: #F23CAB;
}
</style>