Shades of Persian Rose #F02C9A
Tints of Persian Rose #F02C9A
RGB
CMYK
RGB Variations
Color information
#F02C9A (or 0xF02C9A) is known color: Persian Rose. HEX triplet: F0, 2C and 9A. RGB value is (240,44,154). Sum of RGB (Red+Green+Blue) = 240+44+154=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F02C9A is #0FD365. Grayscale: #727272. Windows color (decimal): -1037158 or 10104048. OLE color: 10104048.
HSL color Cylindrical-coordinate representation of color #F02C9A: hue angle of 326.33º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02C9A is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 44 | 154 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.06 |
| HSL | 326.33º | 0.87% | 0.56% | - |
| HSV(B) | 326.33º | 0.82% | 0.94% | - |
| XYZ | 42.67 | 22.66 | 32.7 | - |
| YUV | 115.14 | 149.93 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 154 | 0 | 0.82 | 0.36 | 0.06 | 326.33 | 0.87 | 0.56 |
| Hex | F0 | 2C | 9A | 0 | 52 | 24 | 6 | 146 | 57 | 38 |
| Octal | 360 | 54 | 232 | 0 | 122 | 44 | 6 | 506 | 127 | 70 |
| Binary | 11110000 | 101100 | 10011010 | 0 | 1010010 | 100100 | 110 | 101000110 | 1010111 | 111000 |
Color Harmonies of #F02C9A
Complementary color
Monochromatic Colors of #F02C9A
Black with #F02C9A
Text Example
Text Example
White with #F02C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02C9A; }
p { color: rgb(240,44,154); }
H1.HeaderClassName
{
color: #F02C9A;
}
.AnyTagClassName
{
color: #F02C9A;
}
</style>
background-color css
<style>
a { background-color: #F02C9A; }
a { background-color: rgb(240,44,154); }
div.DivClassName
{
background-color: #F02C9A;
}
.BgClassName
{
background-color: #F02C9A;
}
</style>
border-color css
<style>
span { border-color: #F02C9A; }
span { border-color: rgb(240,44,154); }
td.TdClassName
{
border-color: #F02C9A;
}
.TagClassName
{
border-color: #F02C9A;
}
</style>