Shades of Persian Rose #FE30B4
Tints of Persian Rose #FE30B4
RGB
CMYK
RGB Variations
Color information
#FE30B4 (or 0xFE30B4) is known color: Persian Rose. HEX triplet: FE, 30 and B4. RGB value is (254,48,180). Sum of RGB (Red+Green+Blue) = 254+48+180=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 48 (19.14% from 255 or 9.96% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE30B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE30B4 is #01CF4B. Grayscale: #7C7C7C. Windows color (decimal): -118604 or 11809022. OLE color: 11809022.
HSL color Cylindrical-coordinate representation of color #FE30B4: hue angle of 321.55º 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 #FE30B4 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 180 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.00 |
| HSL | 321.55º | 0.99% | 0.59% | - |
| HSV(B) | 321.55º | 0.81% | 1% | - |
| XYZ | 50.17 | 26.48 | 45.65 | - |
| YUV | 124.64 | 159.25 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 180 | 0 | 0.81 | 0.29 | 0.00 | 321.55 | 0.99 | 0.59 |
| Hex | FE | 30 | B4 | 0 | 51 | 1D | 0 | 142 | 63 | 3B |
| Octal | 376 | 60 | 264 | 0 | 121 | 35 | 0 | 502 | 143 | 73 |
| Binary | 11111110 | 110000 | 10110100 | 0 | 1010001 | 11101 | 0 | 101000010 | 1100011 | 111011 |
Color Harmonies of #FE30B4
Complementary color
Monochromatic Colors of #FE30B4
Black with #FE30B4
Text Example
Text Example
White with #FE30B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE30B4; }
p { color: rgb(254,48,180); }
H1.HeaderClassName
{
color: #FE30B4;
}
.AnyTagClassName
{
color: #FE30B4;
}
</style>
background-color css
<style>
a { background-color: #FE30B4; }
a { background-color: rgb(254,48,180); }
div.DivClassName
{
background-color: #FE30B4;
}
.BgClassName
{
background-color: #FE30B4;
}
</style>
border-color css
<style>
span { border-color: #FE30B4; }
span { border-color: rgb(254,48,180); }
td.TdClassName
{
border-color: #FE30B4;
}
.TagClassName
{
border-color: #FE30B4;
}
</style>