Shades of Persian Rose #F02FAC
Tints of Persian Rose #F02FAC
RGB
CMYK
RGB Variations
Color information
#F02FAC (or 0xF02FAC) is known color: Persian Rose. HEX triplet: F0, 2F and AC. RGB value is (240,47,172). Sum of RGB (Red+Green+Blue) = 240+47+172=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 47 (18.75% from 255 or 10.24% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F02FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02FAC is #0FD053. Grayscale: #767676. Windows color (decimal): -1036372 or 11284464. OLE color: 11284464.
HSL color Cylindrical-coordinate representation of color #F02FAC: hue angle of 321.14º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F02FAC is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 47 | 172 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.06 |
| HSL | 321.14º | 0.87% | 0.56% | - |
| HSV(B) | 321.14º | 0.8% | 0.94% | - |
| XYZ | 44.4 | 23.54 | 41.23 | - |
| YUV | 118.96 | 157.94 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 47 | 172 | 0 | 0.80 | 0.28 | 0.06 | 321.14 | 0.87 | 0.56 |
| Hex | F0 | 2F | AC | 0 | 50 | 1C | 6 | 141 | 57 | 38 |
| Octal | 360 | 57 | 254 | 0 | 120 | 34 | 6 | 501 | 127 | 70 |
| Binary | 11110000 | 101111 | 10101100 | 0 | 1010000 | 11100 | 110 | 101000001 | 1010111 | 111000 |
Color Harmonies of #F02FAC
Complementary color
Monochromatic Colors of #F02FAC
Black with #F02FAC
Text Example
Text Example
White with #F02FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02FAC; }
p { color: rgb(240,47,172); }
H1.HeaderClassName
{
color: #F02FAC;
}
.AnyTagClassName
{
color: #F02FAC;
}
</style>
background-color css
<style>
a { background-color: #F02FAC; }
a { background-color: rgb(240,47,172); }
div.DivClassName
{
background-color: #F02FAC;
}
.BgClassName
{
background-color: #F02FAC;
}
</style>
border-color css
<style>
span { border-color: #F02FAC; }
span { border-color: rgb(240,47,172); }
td.TdClassName
{
border-color: #F02FAC;
}
.TagClassName
{
border-color: #F02FAC;
}
</style>