Shades of Persian Rose #F42FB2
Tints of Persian Rose #F42FB2
RGB
CMYK
RGB Variations
Color information
#F42FB2 (or 0xF42FB2) is known color: Persian Rose. HEX triplet: F4, 2F and B2. RGB value is (244,47,178). Sum of RGB (Red+Green+Blue) = 244+47+178=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 47 (18.75% from 255 or 10.02% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F42FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42FB2 is #0BD04D. Grayscale: #787878. Windows color (decimal): -774222 or 11677684. OLE color: 11677684.
HSL color Cylindrical-coordinate representation of color #F42FB2: hue angle of 320.1º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F42FB2 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 47 | 178 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.04 |
| HSL | 320.1º | 0.9% | 0.57% | - |
| HSV(B) | 320.1º | 0.81% | 0.96% | - |
| XYZ | 46.36 | 24.48 | 44.4 | - |
| YUV | 120.84 | 160.27 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 178 | 0 | 0.81 | 0.27 | 0.04 | 320.1 | 0.9 | 0.57 |
| Hex | F4 | 2F | B2 | 0 | 51 | 1B | 4 | 140 | 5A | 39 |
| Octal | 364 | 57 | 262 | 0 | 121 | 33 | 4 | 500 | 132 | 71 |
| Binary | 11110100 | 101111 | 10110010 | 0 | 1010001 | 11011 | 100 | 101000000 | 1011010 | 111001 |
Color Harmonies of #F42FB2
Complementary color
Monochromatic Colors of #F42FB2
Black with #F42FB2
Text Example
Text Example
White with #F42FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42FB2; }
p { color: rgb(244,47,178); }
H1.HeaderClassName
{
color: #F42FB2;
}
.AnyTagClassName
{
color: #F42FB2;
}
</style>
background-color css
<style>
a { background-color: #F42FB2; }
a { background-color: rgb(244,47,178); }
div.DivClassName
{
background-color: #F42FB2;
}
.BgClassName
{
background-color: #F42FB2;
}
</style>
border-color css
<style>
span { border-color: #F42FB2; }
span { border-color: rgb(244,47,178); }
td.TdClassName
{
border-color: #F42FB2;
}
.TagClassName
{
border-color: #F42FB2;
}
</style>