Shades of Persian Rose #FE34AF
Tints of Persian Rose #FE34AF
RGB
CMYK
RGB Variations
Color information
#FE34AF (or 0xFE34AF) is known color: Persian Rose. HEX triplet: FE, 34 and AF. RGB value is (254,52,175). Sum of RGB (Red+Green+Blue) = 254+52+175=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 52 (20.70% from 255 or 10.81% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FE34AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE34AF is #01CB50. Grayscale: #7E7E7E. Windows color (decimal): -117585 or 11482366. OLE color: 11482366.
HSL color Cylindrical-coordinate representation of color #FE34AF: hue angle of 323.47º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE34AF is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 175 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.00 |
| HSL | 323.47º | 0.99% | 0.6% | - |
| HSV(B) | 323.47º | 0.8% | 1% | - |
| XYZ | 49.84 | 26.62 | 43.07 | - |
| YUV | 126.42 | 155.42 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 175 | 0 | 0.80 | 0.31 | 0.00 | 323.47 | 0.99 | 0.6 |
| Hex | FE | 34 | AF | 0 | 50 | 1F | 0 | 143 | 63 | 3C |
| Octal | 376 | 64 | 257 | 0 | 120 | 37 | 0 | 503 | 143 | 74 |
| Binary | 11111110 | 110100 | 10101111 | 0 | 1010000 | 11111 | 0 | 101000011 | 1100011 | 111100 |
Color Harmonies of #FE34AF
Complementary color
Monochromatic Colors of #FE34AF
Black with #FE34AF
Text Example
Text Example
White with #FE34AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE34AF; }
p { color: rgb(254,52,175); }
H1.HeaderClassName
{
color: #FE34AF;
}
.AnyTagClassName
{
color: #FE34AF;
}
</style>
background-color css
<style>
a { background-color: #FE34AF; }
a { background-color: rgb(254,52,175); }
div.DivClassName
{
background-color: #FE34AF;
}
.BgClassName
{
background-color: #FE34AF;
}
</style>
border-color css
<style>
span { border-color: #FE34AF; }
span { border-color: rgb(254,52,175); }
td.TdClassName
{
border-color: #FE34AF;
}
.TagClassName
{
border-color: #FE34AF;
}
</style>