Shades of Persian Rose #F432B0
Tints of Persian Rose #F432B0
RGB
CMYK
RGB Variations
Color information
#F432B0 (or 0xF432B0) is known color: Persian Rose. HEX triplet: F4, 32 and B0. RGB value is (244,50,176). Sum of RGB (Red+Green+Blue) = 244+50+176=470 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.91% from 470); Green value is 50 (19.92% from 255 or 10.64% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 244 - color contains mainly: red. Hex color #F432B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F432B0 is #0BCD4F. Grayscale: #7A7A7A. Windows color (decimal): -773456 or 11547380. OLE color: 11547380.
HSL color Cylindrical-coordinate representation of color #F432B0: hue angle of 321.03º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F432B0 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 50 | 176 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.04 |
| HSL | 321.03º | 0.9% | 0.58% | - |
| HSV(B) | 321.03º | 0.8% | 0.96% | - |
| XYZ | 46.29 | 24.65 | 43.39 | - |
| YUV | 122.37 | 158.27 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 50 | 176 | 0 | 0.80 | 0.28 | 0.04 | 321.03 | 0.9 | 0.58 |
| Hex | F4 | 32 | B0 | 0 | 50 | 1C | 4 | 141 | 5A | 3A |
| Octal | 364 | 62 | 260 | 0 | 120 | 34 | 4 | 501 | 132 | 72 |
| Binary | 11110100 | 110010 | 10110000 | 0 | 1010000 | 11100 | 100 | 101000001 | 1011010 | 111010 |
Color Harmonies of #F432B0
Complementary color
Monochromatic Colors of #F432B0
Black with #F432B0
Text Example
Text Example
White with #F432B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F432B0; }
p { color: rgb(244,50,176); }
H1.HeaderClassName
{
color: #F432B0;
}
.AnyTagClassName
{
color: #F432B0;
}
</style>
background-color css
<style>
a { background-color: #F432B0; }
a { background-color: rgb(244,50,176); }
div.DivClassName
{
background-color: #F432B0;
}
.BgClassName
{
background-color: #F432B0;
}
</style>
border-color css
<style>
span { border-color: #F432B0; }
span { border-color: rgb(244,50,176); }
td.TdClassName
{
border-color: #F432B0;
}
.TagClassName
{
border-color: #F432B0;
}
</style>