Shades of Persian Rose #F030AB
Tints of Persian Rose #F030AB
RGB
CMYK
RGB Variations
Color information
#F030AB (or 0xF030AB) is known color: Persian Rose. HEX triplet: F0, 30 and AB. RGB value is (240,48,171). Sum of RGB (Red+Green+Blue) = 240+48+171=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F030AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F030AB is #0FCF54. Grayscale: #777777. Windows color (decimal): -1036117 or 11219184. OLE color: 11219184.
HSL color Cylindrical-coordinate representation of color #F030AB: hue angle of 321.56º degrees, saturation: 0.86, 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 #F030AB is Cyan = 0, Magento = 0.8, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 171 | - |
| CMYK | 0 | 0.8 | 0.29 | 0.06 |
| HSL | 321.56º | 0.86% | 0.56% | - |
| HSV(B) | 321.56º | 0.8% | 0.94% | - |
| XYZ | 44.34 | 23.58 | 40.74 | - |
| YUV | 119.43 | 157.11 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 171 | 0 | 0.8 | 0.29 | 0.06 | 321.56 | 0.86 | 0.56 |
| Hex | F0 | 30 | AB | 0 | 50 | 1D | 6 | 142 | 56 | 38 |
| Octal | 360 | 60 | 253 | 0 | 120 | 35 | 6 | 502 | 126 | 70 |
| Binary | 11110000 | 110000 | 10101011 | 0 | 1010000 | 11101 | 110 | 101000010 | 1010110 | 111000 |
Color Harmonies of #F030AB
Complementary color
Monochromatic Colors of #F030AB
Black with #F030AB
Text Example
Text Example
White with #F030AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F030AB; }
p { color: rgb(240,48,171); }
H1.HeaderClassName
{
color: #F030AB;
}
.AnyTagClassName
{
color: #F030AB;
}
</style>
background-color css
<style>
a { background-color: #F030AB; }
a { background-color: rgb(240,48,171); }
div.DivClassName
{
background-color: #F030AB;
}
.BgClassName
{
background-color: #F030AB;
}
</style>
border-color css
<style>
span { border-color: #F030AB; }
span { border-color: rgb(240,48,171); }
td.TdClassName
{
border-color: #F030AB;
}
.TagClassName
{
border-color: #F030AB;
}
</style>