Shades of Persian Rose #FE3CB3
Tints of Persian Rose #FE3CB3
RGB
CMYK
RGB Variations
Color information
#FE3CB3 (or 0xFE3CB3) is known color: Persian Rose. HEX triplet: FE, 3C and B3. RGB value is (254,60,179). Sum of RGB (Red+Green+Blue) = 254+60+179=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 60 (23.83% from 255 or 12.17% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3CB3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3CB3 is #01C34C. Grayscale: #838383. Windows color (decimal): -115533 or 11746558. OLE color: 11746558.
HSL color Cylindrical-coordinate representation of color #FE3CB3: hue angle of 323.2º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3CB3 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 179 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.00 |
| HSL | 323.2º | 0.99% | 0.62% | - |
| HSV(B) | 323.2º | 0.76% | 1% | - |
| XYZ | 50.63 | 27.56 | 45.3 | - |
| YUV | 131.57 | 154.77 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 179 | 0 | 0.76 | 0.30 | 0.00 | 323.2 | 0.99 | 0.62 |
| Hex | FE | 3C | B3 | 0 | 4C | 1E | 0 | 143 | 63 | 3E |
| Octal | 376 | 74 | 263 | 0 | 114 | 36 | 0 | 503 | 143 | 76 |
| Binary | 11111110 | 111100 | 10110011 | 0 | 1001100 | 11110 | 0 | 101000011 | 1100011 | 111110 |
Color Harmonies of #FE3CB3
Complementary color
Monochromatic Colors of #FE3CB3
Black with #FE3CB3
Text Example
Text Example
White with #FE3CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3CB3; }
p { color: rgb(254,60,179); }
H1.HeaderClassName
{
color: #FE3CB3;
}
.AnyTagClassName
{
color: #FE3CB3;
}
</style>
background-color css
<style>
a { background-color: #FE3CB3; }
a { background-color: rgb(254,60,179); }
div.DivClassName
{
background-color: #FE3CB3;
}
.BgClassName
{
background-color: #FE3CB3;
}
</style>
border-color css
<style>
span { border-color: #FE3CB3; }
span { border-color: rgb(254,60,179); }
td.TdClassName
{
border-color: #FE3CB3;
}
.TagClassName
{
border-color: #FE3CB3;
}
</style>