Shades of Persian Rose #F237AB
Tints of Persian Rose #F237AB
RGB
CMYK
RGB Variations
Color information
#F237AB (or 0xF237AB) is known color: Persian Rose. HEX triplet: F2, 37 and AB. RGB value is (242,55,171). Sum of RGB (Red+Green+Blue) = 242+55+171=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 55 (21.88% from 255 or 11.75% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F237AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F237AB is #0DC854. Grayscale: #7B7B7B. Windows color (decimal): -903253 or 11220978. OLE color: 11220978.
HSL color Cylindrical-coordinate representation of color #F237AB: hue angle of 322.78º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F237AB is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 171 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.05 |
| HSL | 322.78º | 0.88% | 0.58% | - |
| HSV(B) | 322.78º | 0.77% | 0.95% | - |
| XYZ | 45.33 | 24.55 | 40.88 | - |
| YUV | 124.14 | 154.45 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 171 | 0 | 0.77 | 0.29 | 0.05 | 322.78 | 0.88 | 0.58 |
| Hex | F2 | 37 | AB | 0 | 4D | 1D | 5 | 143 | 58 | 3A |
| Octal | 362 | 67 | 253 | 0 | 115 | 35 | 5 | 503 | 130 | 72 |
| Binary | 11110010 | 110111 | 10101011 | 0 | 1001101 | 11101 | 101 | 101000011 | 1011000 | 111010 |
Color Harmonies of #F237AB
Complementary color
Monochromatic Colors of #F237AB
Black with #F237AB
Text Example
Text Example
White with #F237AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F237AB; }
p { color: rgb(242,55,171); }
H1.HeaderClassName
{
color: #F237AB;
}
.AnyTagClassName
{
color: #F237AB;
}
</style>
background-color css
<style>
a { background-color: #F237AB; }
a { background-color: rgb(242,55,171); }
div.DivClassName
{
background-color: #F237AB;
}
.BgClassName
{
background-color: #F237AB;
}
</style>
border-color css
<style>
span { border-color: #F237AB; }
span { border-color: rgb(242,55,171); }
td.TdClassName
{
border-color: #F237AB;
}
.TagClassName
{
border-color: #F237AB;
}
</style>