Shades of Brilliant Rose #FE43AF
Tints of Brilliant Rose #FE43AF
RGB
CMYK
RGB Variations
Color information
#FE43AF (or 0xFE43AF) is known color: Brilliant Rose. HEX triplet: FE, 43 and AF. RGB value is (254,67,175). Sum of RGB (Red+Green+Blue) = 254+67+175=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 67 (26.56% from 255 or 13.51% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE43AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE43AF is #01BC50. Grayscale: #868686. Windows color (decimal): -113745 or 11486206. OLE color: 11486206.
HSL color Cylindrical-coordinate representation of color #FE43AF: hue angle of 325.35º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE43AF is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 175 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.00 |
| HSL | 325.35º | 0.99% | 0.63% | - |
| HSV(B) | 325.35º | 0.74% | 1% | - |
| XYZ | 50.62 | 28.18 | 43.33 | - |
| YUV | 135.23 | 150.45 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 175 | 0 | 0.74 | 0.31 | 0.00 | 325.35 | 0.99 | 0.63 |
| Hex | FE | 43 | AF | 0 | 4A | 1F | 0 | 145 | 63 | 3F |
| Octal | 376 | 103 | 257 | 0 | 112 | 37 | 0 | 505 | 143 | 77 |
| Binary | 11111110 | 1000011 | 10101111 | 0 | 1001010 | 11111 | 0 | 101000101 | 1100011 | 111111 |
Color Harmonies of #FE43AF
Complementary color
Monochromatic Colors of #FE43AF
Black with #FE43AF
Text Example
Text Example
White with #FE43AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE43AF; }
p { color: rgb(254,67,175); }
H1.HeaderClassName
{
color: #FE43AF;
}
.AnyTagClassName
{
color: #FE43AF;
}
</style>
background-color css
<style>
a { background-color: #FE43AF; }
a { background-color: rgb(254,67,175); }
div.DivClassName
{
background-color: #FE43AF;
}
.BgClassName
{
background-color: #FE43AF;
}
</style>
border-color css
<style>
span { border-color: #FE43AF; }
span { border-color: rgb(254,67,175); }
td.TdClassName
{
border-color: #FE43AF;
}
.TagClassName
{
border-color: #FE43AF;
}
</style>