#FE4AB1

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

Shades of Brilliant Rose #FE4AB1

Tints of Brilliant Rose #FE4AB1

Color information

#FE4AB1 (or 0xFE4AB1) is unknown color: approx Brilliant Rose. HEX triplet: FE, 4A and B1. RGB value is (254,74,177). Sum of RGB (Red+Green+Blue) = 254+74+177=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4AB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4AB1 is #01B54E. Grayscale: #8B8B8B. Windows color (decimal): -111951 or 11619070. OLE color: 11619070.

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

Color convert

RGB25474177-
CMYK00.710.300.00
HSL325.67º98.9%64.31%-
HSV(B)325.67º70.87%99.61%-
XYZ51.2629.1444.52-
YUV139.56149.13209.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.30%
GREEN value IS 74 (29.30% from 255) = 14.65%
BLUE value IS 177 (69.53% from 255) = 35.05%
R=50.30%
G=14.65%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.30
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547417700.710.300.00325.6798.964.31
HexFE4AB10471E01466340
Octal3761122610107360506143100
Binary111111101001010101100010100011111110010100011011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4AB1; }

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

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

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

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

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

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

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

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