Shades of Persian Rose #F234B5
Tints of Persian Rose #F234B5
RGB
CMYK
RGB Variations
Color information
#F234B5 (or 0xF234B5) is known color: Persian Rose. HEX triplet: F2, 34 and B5. RGB value is (242,52,181). Sum of RGB (Red+Green+Blue) = 242+52+181=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 52 (20.70% from 255 or 10.95% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F234B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F234B5 is #0DCB4A. Grayscale: #7B7B7B. Windows color (decimal): -904011 or 11875570. OLE color: 11875570.
HSL color Cylindrical-coordinate representation of color #F234B5: hue angle of 319.26º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F234B5 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 181 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.05 |
| HSL | 319.26º | 0.88% | 0.58% | - |
| HSV(B) | 319.26º | 0.79% | 0.95% | - |
| XYZ | 46.19 | 24.67 | 46.04 | - |
| YUV | 123.52 | 160.45 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 181 | 0 | 0.79 | 0.25 | 0.05 | 319.26 | 0.88 | 0.58 |
| Hex | F2 | 34 | B5 | 0 | 4F | 19 | 5 | 13F | 58 | 3A |
| Octal | 362 | 64 | 265 | 0 | 117 | 31 | 5 | 477 | 130 | 72 |
| Binary | 11110010 | 110100 | 10110101 | 0 | 1001111 | 11001 | 101 | 100111111 | 1011000 | 111010 |
Color Harmonies of #F234B5
Complementary color
Monochromatic Colors of #F234B5
Black with #F234B5
Text Example
Text Example
White with #F234B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F234B5; }
p { color: rgb(242,52,181); }
H1.HeaderClassName
{
color: #F234B5;
}
.AnyTagClassName
{
color: #F234B5;
}
</style>
background-color css
<style>
a { background-color: #F234B5; }
a { background-color: rgb(242,52,181); }
div.DivClassName
{
background-color: #F234B5;
}
.BgClassName
{
background-color: #F234B5;
}
</style>
border-color css
<style>
span { border-color: #F234B5; }
span { border-color: rgb(242,52,181); }
td.TdClassName
{
border-color: #F234B5;
}
.TagClassName
{
border-color: #F234B5;
}
</style>