Html Css Color HEX #FE5AEA Pink Flamingo

📋 copy color: '#FE5AEA'

red 254 ◦ green 90 ◦ blue 234

#FE5AEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #FE5AEA

Tints of Pink Flamingo #FE5AEA

RGB

 RED value IS 254 (99.61% from 255) = 43.94%

 GREEN value IS 90 (35.55% from 255) = 15.57%

 BLUE value IS 234 (91.8% from 255) = 40.48%

R = 43.94%
G = 15.57%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE5AEA (or 0xFE5AEA) is known color: Pink Flamingo. HEX triplet: FE, 5A and EA. RGB value is (254,90,234). Sum of RGB (Red+Green+Blue) = 254+90+234=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 90 (35.55% from 255 or 15.57% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5AEA is #01A515. Grayscale: #9B9B9B. Windows color (decimal): -107798 or 15358718. OLE color: 15358718.

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

Color convert

RGB 254 90 234 -
CMYK 0 0.65 0.08 0.00
HSL 307.32º 0.99% 0.67% -
HSV(B) 307.32º 0.65% 1% -
XYZ 59.38 34.32 81.34 -
YUV 155.45 172.33 198.29 -
System Red Green Blue C M Y K H S L
Decimal 254 90 234 0 0.65 0.08 0.00 307.32 0.99 0.67
Hex FE 5A EA 0 41 8 0 133 63 43
Octal 376 132 352 0 101 10 0 463 143 103
Binary 11111110 1011010 11101010 0 1000001 1000 0 100110011 1100011 1000011

Color Harmonies of #FE5AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5AEA

Black with #FE5AEA

Text Example


Text Example

White with #FE5AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5AEA; }

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

 H1.HeaderClassName
 {
   color: #FE5AEA;
 }
 .AnyTagClassName
 {
   color: #FE5AEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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