Shades of Persian Rose #F42BAA
Tints of Persian Rose #F42BAA
RGB
CMYK
RGB Variations
Color information
#F42BAA (or 0xF42BAA) is known color: Persian Rose. HEX triplet: F4, 2B and AA. RGB value is (244,43,170). Sum of RGB (Red+Green+Blue) = 244+43+170=457 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.39% from 457); Green value is 43 (17.19% from 255 or 9.41% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 244 - color contains mainly: red. Hex color #F42BAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42BAA is #0BD455. Grayscale: #757575. Windows color (decimal): -775254 or 11152372. OLE color: 11152372.
HSL color Cylindrical-coordinate representation of color #F42BAA: hue angle of 322.09º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42BAA is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 43 | 170 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.04 |
| HSL | 322.09º | 0.9% | 0.56% | - |
| HSV(B) | 322.09º | 0.82% | 0.96% | - |
| XYZ | 45.43 | 23.86 | 40.24 | - |
| YUV | 117.58 | 157.59 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 43 | 170 | 0 | 0.82 | 0.30 | 0.04 | 322.09 | 0.9 | 0.56 |
| Hex | F4 | 2B | AA | 0 | 52 | 1E | 4 | 142 | 5A | 38 |
| Octal | 364 | 53 | 252 | 0 | 122 | 36 | 4 | 502 | 132 | 70 |
| Binary | 11110100 | 101011 | 10101010 | 0 | 1010010 | 11110 | 100 | 101000010 | 1011010 | 111000 |
Color Harmonies of #F42BAA
Complementary color
Monochromatic Colors of #F42BAA
Black with #F42BAA
Text Example
Text Example
White with #F42BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42BAA; }
p { color: rgb(244,43,170); }
H1.HeaderClassName
{
color: #F42BAA;
}
.AnyTagClassName
{
color: #F42BAA;
}
</style>
background-color css
<style>
a { background-color: #F42BAA; }
a { background-color: rgb(244,43,170); }
div.DivClassName
{
background-color: #F42BAA;
}
.BgClassName
{
background-color: #F42BAA;
}
</style>
border-color css
<style>
span { border-color: #F42BAA; }
span { border-color: rgb(244,43,170); }
td.TdClassName
{
border-color: #F42BAA;
}
.TagClassName
{
border-color: #F42BAA;
}
</style>