Shades of Persian Rose #F23DAB
Tints of Persian Rose #F23DAB
RGB
CMYK
RGB Variations
Color information
#F23DAB (or 0xF23DAB) is known color: Persian Rose. HEX triplet: F2, 3D and AB. RGB value is (242,61,171). Sum of RGB (Red+Green+Blue) = 242+61+171=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 61 (24.22% from 255 or 12.87% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F23DAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F23DAB is #0DC254. Grayscale: #7F7F7F. Windows color (decimal): -901717 or 11222514. OLE color: 11222514.
HSL color Cylindrical-coordinate representation of color #F23DAB: hue angle of 323.54º degrees, saturation: 0.87, 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 #F23DAB is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 61 | 171 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.05 |
| HSL | 323.54º | 0.87% | 0.59% | - |
| HSV(B) | 323.54º | 0.75% | 0.95% | - |
| XYZ | 45.64 | 25.16 | 40.98 | - |
| YUV | 127.66 | 152.47 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 61 | 171 | 0 | 0.75 | 0.29 | 0.05 | 323.54 | 0.87 | 0.59 |
| Hex | F2 | 3D | AB | 0 | 4B | 1D | 5 | 144 | 57 | 3B |
| Octal | 362 | 75 | 253 | 0 | 113 | 35 | 5 | 504 | 127 | 73 |
| Binary | 11110010 | 111101 | 10101011 | 0 | 1001011 | 11101 | 101 | 101000100 | 1010111 | 111011 |
Color Harmonies of #F23DAB
Complementary color
Monochromatic Colors of #F23DAB
Black with #F23DAB
Text Example
Text Example
White with #F23DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23DAB; }
p { color: rgb(242,61,171); }
H1.HeaderClassName
{
color: #F23DAB;
}
.AnyTagClassName
{
color: #F23DAB;
}
</style>
background-color css
<style>
a { background-color: #F23DAB; }
a { background-color: rgb(242,61,171); }
div.DivClassName
{
background-color: #F23DAB;
}
.BgClassName
{
background-color: #F23DAB;
}
</style>
border-color css
<style>
span { border-color: #F23DAB; }
span { border-color: rgb(242,61,171); }
td.TdClassName
{
border-color: #F23DAB;
}
.TagClassName
{
border-color: #F23DAB;
}
</style>