Shades of Persian Rose #F234B2
Tints of Persian Rose #F234B2
RGB
CMYK
RGB Variations
Color information
#F234B2 (or 0xF234B2) is known color: Persian Rose. HEX triplet: F2, 34 and B2. RGB value is (242,52,178). Sum of RGB (Red+Green+Blue) = 242+52+178=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F234B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F234B2 is #0DCB4D. Grayscale: #7A7A7A. Windows color (decimal): -904014 or 11678962. OLE color: 11678962.
HSL color Cylindrical-coordinate representation of color #F234B2: hue angle of 320.21º 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 #F234B2 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 52 | 178 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.05 |
| HSL | 320.21º | 0.88% | 0.58% | - |
| HSV(B) | 320.21º | 0.79% | 0.95% | - |
| XYZ | 45.88 | 24.55 | 44.44 | - |
| YUV | 123.17 | 158.95 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 52 | 178 | 0 | 0.79 | 0.26 | 0.05 | 320.21 | 0.88 | 0.58 |
| Hex | F2 | 34 | B2 | 0 | 4F | 1A | 5 | 140 | 58 | 3A |
| Octal | 362 | 64 | 262 | 0 | 117 | 32 | 5 | 500 | 130 | 72 |
| Binary | 11110010 | 110100 | 10110010 | 0 | 1001111 | 11010 | 101 | 101000000 | 1011000 | 111010 |
Color Harmonies of #F234B2
Complementary color
Monochromatic Colors of #F234B2
Black with #F234B2
Text Example
Text Example
White with #F234B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F234B2; }
p { color: rgb(242,52,178); }
H1.HeaderClassName
{
color: #F234B2;
}
.AnyTagClassName
{
color: #F234B2;
}
</style>
background-color css
<style>
a { background-color: #F234B2; }
a { background-color: rgb(242,52,178); }
div.DivClassName
{
background-color: #F234B2;
}
.BgClassName
{
background-color: #F234B2;
}
</style>
border-color css
<style>
span { border-color: #F234B2; }
span { border-color: rgb(242,52,178); }
td.TdClassName
{
border-color: #F234B2;
}
.TagClassName
{
border-color: #F234B2;
}
</style>