#FE4CB5

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

Shades of Brilliant Rose #FE4CB5

Tints of Brilliant Rose #FE4CB5

Color information

#FE4CB5 (or 0xFE4CB5) is unknown color: approx Brilliant Rose. HEX triplet: FE, 4C and B5. RGB value is (254,76,181). Sum of RGB (Red+Green+Blue) = 254+76+181=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4CB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4CB5 is #01B34A. Grayscale: #8C8C8C. Windows color (decimal): -111435 or 11881726. OLE color: 11881726.

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

Color convert

RGB25476181-
CMYK00.700.290.00
HSL324.61º98.89%64.71%-
HSV(B)324.61º70.08%99.61%-
XYZ51.829.5846.69-
YUV141.19150.47208.46-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.71%
GREEN value IS 76 (30.08% from 255) = 14.87%
BLUE value IS 181 (71.09% from 255) = 35.42%
R=49.71%
G=14.87%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547618100.700.290.00324.6198.8964.71
HexFE4CB50461D01456341
Octal3761142650106350505143101
Binary111111101001100101101010100011011101010100010111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4CB5; }

 p { color: rgb(254,76,181); }

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

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

 a { background-color: rgb(254,76,181); }

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

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

 span { border-color: rgb(254,76,181); }

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