Shades of Persian Rose #FE30A6
Tints of Persian Rose #FE30A6
RGB
CMYK
RGB Variations
Color information
#FE30A6 (or 0xFE30A6) is known color: Persian Rose. HEX triplet: FE, 30 and A6. RGB value is (254,48,166). Sum of RGB (Red+Green+Blue) = 254+48+166=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE30A6 is #01CF59. Grayscale: #7A7A7A. Windows color (decimal): -118618 or 10891518. OLE color: 10891518.
HSL color Cylindrical-coordinate representation of color #FE30A6: hue angle of 325.63º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE30A6 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 166 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.00 |
| HSL | 325.63º | 0.99% | 0.59% | - |
| HSV(B) | 325.63º | 0.81% | 1% | - |
| XYZ | 48.81 | 25.94 | 38.51 | - |
| YUV | 123.05 | 152.25 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 166 | 0 | 0.81 | 0.35 | 0.00 | 325.63 | 0.99 | 0.59 |
| Hex | FE | 30 | A6 | 0 | 51 | 23 | 0 | 146 | 63 | 3B |
| Octal | 376 | 60 | 246 | 0 | 121 | 43 | 0 | 506 | 143 | 73 |
| Binary | 11111110 | 110000 | 10100110 | 0 | 1010001 | 100011 | 0 | 101000110 | 1100011 | 111011 |
Color Harmonies of #FE30A6
Complementary color
Monochromatic Colors of #FE30A6
Black with #FE30A6
Text Example
Text Example
White with #FE30A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE30A6; }
p { color: rgb(254,48,166); }
H1.HeaderClassName
{
color: #FE30A6;
}
.AnyTagClassName
{
color: #FE30A6;
}
</style>
background-color css
<style>
a { background-color: #FE30A6; }
a { background-color: rgb(254,48,166); }
div.DivClassName
{
background-color: #FE30A6;
}
.BgClassName
{
background-color: #FE30A6;
}
</style>
border-color css
<style>
span { border-color: #FE30A6; }
span { border-color: rgb(254,48,166); }
td.TdClassName
{
border-color: #FE30A6;
}
.TagClassName
{
border-color: #FE30A6;
}
</style>