Shades of Persian Rose #FE3BB4
Tints of Persian Rose #FE3BB4
RGB
CMYK
RGB Variations
Color information
#FE3BB4 (or 0xFE3BB4) is known color: Persian Rose. HEX triplet: FE, 3B and B4. RGB value is (254,59,180). Sum of RGB (Red+Green+Blue) = 254+59+180=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 59 (23.44% from 255 or 11.97% from 493); Blue value is 180 (70.70% from 255 or 36.51% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3BB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3BB4 is #01C44B. Grayscale: #828282. Windows color (decimal): -115788 or 11811838. OLE color: 11811838.
HSL color Cylindrical-coordinate representation of color #FE3BB4: hue angle of 322.77º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3BB4 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 59 | 180 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.00 |
| HSL | 322.77º | 0.99% | 0.61% | - |
| HSV(B) | 322.77º | 0.77% | 1% | - |
| XYZ | 50.68 | 27.49 | 45.82 | - |
| YUV | 131.1 | 155.6 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 59 | 180 | 0 | 0.77 | 0.29 | 0.00 | 322.77 | 0.99 | 0.61 |
| Hex | FE | 3B | B4 | 0 | 4D | 1D | 0 | 143 | 63 | 3D |
| Octal | 376 | 73 | 264 | 0 | 115 | 35 | 0 | 503 | 143 | 75 |
| Binary | 11111110 | 111011 | 10110100 | 0 | 1001101 | 11101 | 0 | 101000011 | 1100011 | 111101 |
Color Harmonies of #FE3BB4
Complementary color
Monochromatic Colors of #FE3BB4
Black with #FE3BB4
Text Example
Text Example
White with #FE3BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3BB4; }
p { color: rgb(254,59,180); }
H1.HeaderClassName
{
color: #FE3BB4;
}
.AnyTagClassName
{
color: #FE3BB4;
}
</style>
background-color css
<style>
a { background-color: #FE3BB4; }
a { background-color: rgb(254,59,180); }
div.DivClassName
{
background-color: #FE3BB4;
}
.BgClassName
{
background-color: #FE3BB4;
}
</style>
border-color css
<style>
span { border-color: #FE3BB4; }
span { border-color: rgb(254,59,180); }
td.TdClassName
{
border-color: #FE3BB4;
}
.TagClassName
{
border-color: #FE3BB4;
}
</style>