Shades of Persian Rose #F42FB0
Tints of Persian Rose #F42FB0
RGB
CMYK
RGB Variations
Color information
#F42FB0 (or 0xF42FB0) is known color: Persian Rose. HEX triplet: F4, 2F and B0. RGB value is (244,47,176). Sum of RGB (Red+Green+Blue) = 244+47+176=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 47 (18.75% from 255 or 10.06% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F42FB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42FB0 is #0BD04F. Grayscale: #787878. Windows color (decimal): -774224 or 11546612. OLE color: 11546612.
HSL color Cylindrical-coordinate representation of color #F42FB0: hue angle of 320.71º 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 #F42FB0 is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 47 | 176 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.04 |
| HSL | 320.71º | 0.9% | 0.57% | - |
| HSV(B) | 320.71º | 0.81% | 0.96% | - |
| XYZ | 46.16 | 24.4 | 43.35 | - |
| YUV | 120.61 | 159.27 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 176 | 0 | 0.81 | 0.28 | 0.04 | 320.71 | 0.9 | 0.57 |
| Hex | F4 | 2F | B0 | 0 | 51 | 1C | 4 | 141 | 5A | 39 |
| Octal | 364 | 57 | 260 | 0 | 121 | 34 | 4 | 501 | 132 | 71 |
| Binary | 11110100 | 101111 | 10110000 | 0 | 1010001 | 11100 | 100 | 101000001 | 1011010 | 111001 |
Color Harmonies of #F42FB0
Complementary color
Monochromatic Colors of #F42FB0
Black with #F42FB0
Text Example
Text Example
White with #F42FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42FB0; }
p { color: rgb(244,47,176); }
H1.HeaderClassName
{
color: #F42FB0;
}
.AnyTagClassName
{
color: #F42FB0;
}
</style>
background-color css
<style>
a { background-color: #F42FB0; }
a { background-color: rgb(244,47,176); }
div.DivClassName
{
background-color: #F42FB0;
}
.BgClassName
{
background-color: #F42FB0;
}
</style>
border-color css
<style>
span { border-color: #F42FB0; }
span { border-color: rgb(244,47,176); }
td.TdClassName
{
border-color: #F42FB0;
}
.TagClassName
{
border-color: #F42FB0;
}
</style>