#FE4BB9

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

Shades of Brilliant Rose #FE4BB9

Tints of Brilliant Rose #FE4BB9

Color information

#FE4BB9 (or 0xFE4BB9) is unknown color: approx Brilliant Rose. HEX triplet: FE, 4B and B9. RGB value is (254,75,185). Sum of RGB (Red+Green+Blue) = 254+75+185=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 75 (29.69% from 255 or 14.59% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4BB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4BB9 is #01B446. Grayscale: #8C8C8C. Windows color (decimal): -111687 or 12143614. OLE color: 12143614.

HSL color Cylindrical-coordinate representation of color #FE4BB9: hue angle of 323.13º 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 #FE4BB9 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB25475185-
CMYK00.700.270.00
HSL323.13º98.9%64.51%-
HSV(B)323.13º70.47%99.61%-
XYZ52.1529.6148.87-
YUV141.06152.8208.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.42%
GREEN value IS 75 (29.69% from 255) = 14.59%
BLUE value IS 185 (72.66% from 255) = 35.99%
R=49.42%
G=14.59%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547518500.700.270.00323.1398.964.51
HexFE4BB90461B01436341
Octal3761132710106330503143101
Binary111111101001011101110010100011011011010100001111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4BB9; }

 p { color: rgb(254,75,185); }

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

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

 a { background-color: rgb(254,75,185); }

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

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

 span { border-color: rgb(254,75,185); }

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