Html Css Color HEX #FF5AEA Pink Flamingo

📋 copy color: '#FF5AEA'

red 255 ◦ green 90 ◦ blue 234

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

Shades of Pink Flamingo #FF5AEA

Tints of Pink Flamingo #FF5AEA

RGB

 RED value IS 255 (100% from 255) = 44.04%

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

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

R = 44.04%
G = 15.54%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF5AEA (or 0xFF5AEA) is known color: Pink Flamingo. HEX triplet: FF, 5A and EA. RGB value is (255,90,234). Sum of RGB (Red+Green+Blue) = 255+90+234=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 90 (35.55% from 255 or 15.54% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5AEA is #00A515. Grayscale: #9B9B9B. Windows color (decimal): -42262 or 15358719. OLE color: 15358719.

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

Color convert

RGB 255 90 234 -
CMYK 0 0.65 0.08 0
HSL 307.64º 1% 0.68% -
HSV(B) 307.64º 0.65% 1% -
XYZ 59.75 34.51 81.35 -
YUV 155.75 172.16 198.79 -
System Red Green Blue C M Y K H S L
Decimal 255 90 234 0 0.65 0.08 0 307.64 1 0.68
Hex FF 5A EA 0 41 8 0 134 64 44
Octal 377 132 352 0 101 10 0 464 144 104
Binary 11111111 1011010 11101010 0 1000001 1000 0 100110100 1100100 1000100

Color Harmonies of #FF5AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5AEA

Black with #FF5AEA

Text Example


Text Example

White with #FF5AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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