Shades of Persian Rose #FE38B3
Tints of Persian Rose #FE38B3
RGB
CMYK
RGB Variations
Color information
#FE38B3 (or 0xFE38B3) is known color: Persian Rose. HEX triplet: FE, 38 and B3. RGB value is (254,56,179). Sum of RGB (Red+Green+Blue) = 254+56+179=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 56 (22.27% from 255 or 11.45% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE38B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE38B3 is #01C74C. Grayscale: #808080. Windows color (decimal): -116557 or 11745534. OLE color: 11745534.
HSL color Cylindrical-coordinate representation of color #FE38B3: hue angle of 322.73º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE38B3 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 179 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.00 |
| HSL | 322.73º | 0.99% | 0.61% | - |
| HSV(B) | 322.73º | 0.78% | 1% | - |
| XYZ | 50.42 | 27.15 | 45.23 | - |
| YUV | 129.22 | 156.1 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 179 | 0 | 0.78 | 0.30 | 0.00 | 322.73 | 0.99 | 0.61 |
| Hex | FE | 38 | B3 | 0 | 4E | 1E | 0 | 143 | 63 | 3D |
| Octal | 376 | 70 | 263 | 0 | 116 | 36 | 0 | 503 | 143 | 75 |
| Binary | 11111110 | 111000 | 10110011 | 0 | 1001110 | 11110 | 0 | 101000011 | 1100011 | 111101 |
Color Harmonies of #FE38B3
Complementary color
Monochromatic Colors of #FE38B3
Black with #FE38B3
Text Example
Text Example
White with #FE38B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE38B3; }
p { color: rgb(254,56,179); }
H1.HeaderClassName
{
color: #FE38B3;
}
.AnyTagClassName
{
color: #FE38B3;
}
</style>
background-color css
<style>
a { background-color: #FE38B3; }
a { background-color: rgb(254,56,179); }
div.DivClassName
{
background-color: #FE38B3;
}
.BgClassName
{
background-color: #FE38B3;
}
</style>
border-color css
<style>
span { border-color: #FE38B3; }
span { border-color: rgb(254,56,179); }
td.TdClassName
{
border-color: #FE38B3;
}
.TagClassName
{
border-color: #FE38B3;
}
</style>