Shades of Persian Rose #F238A6
Tints of Persian Rose #F238A6
RGB
CMYK
RGB Variations
Color information
#F238A6 (or 0xF238A6) is known color: Persian Rose. HEX triplet: F2, 38 and A6. RGB value is (242,56,166). Sum of RGB (Red+Green+Blue) = 242+56+166=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F238A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F238A6 is #0DC759. Grayscale: #7B7B7B. Windows color (decimal): -903002 or 10893554. OLE color: 10893554.
HSL color Cylindrical-coordinate representation of color #F238A6: hue angle of 324.52º 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 #F238A6 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 56 | 166 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.05 |
| HSL | 324.52º | 0.88% | 0.58% | - |
| HSV(B) | 324.52º | 0.77% | 0.95% | - |
| XYZ | 44.92 | 24.46 | 38.43 | - |
| YUV | 124.15 | 151.62 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 166 | 0 | 0.77 | 0.31 | 0.05 | 324.52 | 0.88 | 0.58 |
| Hex | F2 | 38 | A6 | 0 | 4D | 1F | 5 | 145 | 58 | 3A |
| Octal | 362 | 70 | 246 | 0 | 115 | 37 | 5 | 505 | 130 | 72 |
| Binary | 11110010 | 111000 | 10100110 | 0 | 1001101 | 11111 | 101 | 101000101 | 1011000 | 111010 |
Color Harmonies of #F238A6
Complementary color
Monochromatic Colors of #F238A6
Black with #F238A6
Text Example
Text Example
White with #F238A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F238A6; }
p { color: rgb(242,56,166); }
H1.HeaderClassName
{
color: #F238A6;
}
.AnyTagClassName
{
color: #F238A6;
}
</style>
background-color css
<style>
a { background-color: #F238A6; }
a { background-color: rgb(242,56,166); }
div.DivClassName
{
background-color: #F238A6;
}
.BgClassName
{
background-color: #F238A6;
}
</style>
border-color css
<style>
span { border-color: #F238A6; }
span { border-color: rgb(242,56,166); }
td.TdClassName
{
border-color: #F238A6;
}
.TagClassName
{
border-color: #F238A6;
}
</style>