Shades of Persian Rose #F430AC
Tints of Persian Rose #F430AC
RGB
CMYK
RGB Variations
Color information
#F430AC (or 0xF430AC) is known color: Persian Rose. HEX triplet: F4, 30 and AC. RGB value is (244,48,172). Sum of RGB (Red+Green+Blue) = 244+48+172=464 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.59% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 244 - color contains mainly: red. Hex color #F430AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F430AC is #0BCF53. Grayscale: #787878. Windows color (decimal): -773972 or 11284724. OLE color: 11284724.
HSL color Cylindrical-coordinate representation of color #F430AC: hue angle of 322.04º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F430AC is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 172 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.04 |
| HSL | 322.04º | 0.9% | 0.57% | - |
| HSV(B) | 322.04º | 0.8% | 0.96% | - |
| XYZ | 45.81 | 24.33 | 41.31 | - |
| YUV | 120.74 | 156.93 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 172 | 0 | 0.80 | 0.30 | 0.04 | 322.04 | 0.9 | 0.57 |
| Hex | F4 | 30 | AC | 0 | 50 | 1E | 4 | 142 | 5A | 39 |
| Octal | 364 | 60 | 254 | 0 | 120 | 36 | 4 | 502 | 132 | 71 |
| Binary | 11110100 | 110000 | 10101100 | 0 | 1010000 | 11110 | 100 | 101000010 | 1011010 | 111001 |
Color Harmonies of #F430AC
Complementary color
Monochromatic Colors of #F430AC
Black with #F430AC
Text Example
Text Example
White with #F430AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F430AC; }
p { color: rgb(244,48,172); }
H1.HeaderClassName
{
color: #F430AC;
}
.AnyTagClassName
{
color: #F430AC;
}
</style>
background-color css
<style>
a { background-color: #F430AC; }
a { background-color: rgb(244,48,172); }
div.DivClassName
{
background-color: #F430AC;
}
.BgClassName
{
background-color: #F430AC;
}
</style>
border-color css
<style>
span { border-color: #F430AC; }
span { border-color: rgb(244,48,172); }
td.TdClassName
{
border-color: #F430AC;
}
.TagClassName
{
border-color: #F430AC;
}
</style>