#FE4EBA

Color #FE4EBA Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FE4EBA

Tints of Brilliant Rose #FE4EBA

Color information

#FE4EBA (or 0xFE4EBA) is unknown color: approx Brilliant Rose. HEX triplet: FE, 4E and BA. RGB value is (254,78,186). Sum of RGB (Red+Green+Blue) = 254+78+186=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 78 (30.86% from 255 or 15.06% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE4EBA is #01B145. Grayscale: #8E8E8E. Windows color (decimal): -110918 or 12209918. OLE color: 12209918.

HSL color Cylindrical-coordinate representation of color #FE4EBA: hue angle of 323.18º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FE4EBA is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB25478186-
CMYK00.690.270.00
HSL323.18º98.88%65.1%-
HSV(B)323.18º69.29%99.61%-
XYZ52.4630.0649.49-
YUV142.94152.31207.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 49.03%
GREEN value IS 78 (30.86% from 255) = 15.06%
BLUE value IS 186 (73.05% from 255) = 35.91%
R=49.03%
G=15.06%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547818600.690.270.00323.1898.8865.1
HexFE4EBA0451B01436341
Octal3761162720105330503143101
Binary111111101001110101110100100010111011010100001111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4EBA; }

 p { color: rgb(254,78,186); }

 H1.HeaderClassName
 {
   color: #FE4EBA;
 }
 .AnyTagClassName
 {
   color: #FE4EBA;
 }
</style>
background-color css

<style>
 a { background-color: #FE4EBA; }

 a { background-color: rgb(254,78,186); }

 div.DivClassName
 {
   background-color: #FE4EBA;
 }
 .BgClassName
 {
   background-color: #FE4EBA;
 }
</style>
border-color css

<style>
 span { border-color: #FE4EBA; }

 span { border-color: rgb(254,78,186); }

 td.TdClassName
 {
   border-color: #FE4EBA;
 }
 .TagClassName
 {
   border-color: #FE4EBA;
 }
</style>