Shades of Persian Rose #F02AAC
Tints of Persian Rose #F02AAC
RGB
CMYK
RGB Variations
Color information
#F02AAC (or 0xF02AAC) is known color: Persian Rose. HEX triplet: F0, 2A and AC. RGB value is (240,42,172). Sum of RGB (Red+Green+Blue) = 240+42+172=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 42 (16.80% from 255 or 9.25% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F02AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02AAC is #0FD553. Grayscale: #737373. Windows color (decimal): -1037652 or 11283184. OLE color: 11283184.
HSL color Cylindrical-coordinate representation of color #F02AAC: hue angle of 320.61º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02AAC is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 42 | 172 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.06 |
| HSL | 320.61º | 0.87% | 0.55% | - |
| HSV(B) | 320.61º | 0.83% | 0.94% | - |
| XYZ | 44.21 | 23.16 | 41.17 | - |
| YUV | 116.02 | 159.6 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 42 | 172 | 0 | 0.82 | 0.28 | 0.06 | 320.61 | 0.87 | 0.55 |
| Hex | F0 | 2A | AC | 0 | 52 | 1C | 6 | 141 | 57 | 37 |
| Octal | 360 | 52 | 254 | 0 | 122 | 34 | 6 | 501 | 127 | 67 |
| Binary | 11110000 | 101010 | 10101100 | 0 | 1010010 | 11100 | 110 | 101000001 | 1010111 | 110111 |
Color Harmonies of #F02AAC
Complementary color
Monochromatic Colors of #F02AAC
Black with #F02AAC
Text Example
Text Example
White with #F02AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02AAC; }
p { color: rgb(240,42,172); }
H1.HeaderClassName
{
color: #F02AAC;
}
.AnyTagClassName
{
color: #F02AAC;
}
</style>
background-color css
<style>
a { background-color: #F02AAC; }
a { background-color: rgb(240,42,172); }
div.DivClassName
{
background-color: #F02AAC;
}
.BgClassName
{
background-color: #F02AAC;
}
</style>
border-color css
<style>
span { border-color: #F02AAC; }
span { border-color: rgb(240,42,172); }
td.TdClassName
{
border-color: #F02AAC;
}
.TagClassName
{
border-color: #F02AAC;
}
</style>