#FE5AFA

Color #FE5AFA Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FE5AFA

Tints of Pink Flamingo #FE5AFA

Color information

#FE5AFA (or 0xFE5AFA) is unknown color: approx Pink Flamingo. HEX triplet: FE, 5A and FA. RGB value is (254,90,250). Sum of RGB (Red+Green+Blue) = 254+90+250=594 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.76% from 594); Green value is 90 (35.55% from 255 or 15.15% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5AFA is #01A505. Grayscale: #9C9C9C. Windows color (decimal): -107782 or 16407294. OLE color: 16407294.

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

Color convert

RGB25490250-
CMYK00.650.020.00
HSL301.46º98.8%67.45%-
HSV(B)301.46º64.57%99.61%-
XYZ61.7835.2994-
YUV157.28180.33196.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.76%
GREEN value IS 90 (35.55% from 255) = 15.15%
BLUE value IS 250 (98.05% from 255) = 42.09%
R=42.76%
G=15.15%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549025000.650.020.00301.4698.867.45
HexFE5AFA0412012d6343
Octal376132372010120455143103
Binary111111101011010111110100100000110010010110111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5AFA; }

 p { color: rgb(254,90,250); }

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

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

 a { background-color: rgb(254,90,250); }

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

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

 span { border-color: rgb(254,90,250); }

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