#FE4AB8

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

Shades of Brilliant Rose #FE4AB8

Tints of Brilliant Rose #FE4AB8

Color information

#FE4AB8 (or 0xFE4AB8) is unknown color: approx Brilliant Rose. HEX triplet: FE, 4A and B8. RGB value is (254,74,184). Sum of RGB (Red+Green+Blue) = 254+74+184=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE4AB8 is #01B547. Grayscale: #8C8C8C. Windows color (decimal): -111944 or 12077822. OLE color: 12077822.

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

Color convert

RGB25474184-
CMYK00.710.280.00
HSL323.33º98.9%64.31%-
HSV(B)323.33º70.87%99.61%-
XYZ51.9729.4348.29-
YUV140.36152.63209.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.61%
GREEN value IS 74 (29.30% from 255) = 14.45%
BLUE value IS 184 (72.27% from 255) = 35.94%
R=49.61%
G=14.45%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547418400.710.280.00323.3398.964.31
HexFE4AB80471C01436340
Octal3761122700107340503143100
Binary111111101001010101110000100011111100010100001111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4AB8; }

 p { color: rgb(254,74,184); }

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

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

 a { background-color: rgb(254,74,184); }

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

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

 span { border-color: rgb(254,74,184); }

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