Html Css Color HEX #FF5AE9 Pink Flamingo

📋 copy color: '#FF5AE9'

red 255 ◦ green 90 ◦ blue 233

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

Shades of Pink Flamingo #FF5AE9

Tints of Pink Flamingo #FF5AE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.31%

R = 44.12%
G = 15.57%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FF5AE9 (or 0xFF5AE9) is known color: Pink Flamingo. HEX triplet: FF, 5A and E9. RGB value is (255,90,233). Sum of RGB (Red+Green+Blue) = 255+90+233=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 90 (35.55% from 255 or 15.57% from 578); Blue value is 233 (91.41% from 255 or 40.31% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5AE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5AE9 is #00A516. Grayscale: #9B9B9B. Windows color (decimal): -42263 or 15293183. OLE color: 15293183.

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

Color convert

RGB 255 90 233 -
CMYK 0 0.65 0.09 0
HSL 308º 1% 0.68% -
HSV(B) 308º 0.65% 1% -
XYZ 59.6 34.46 80.6 -
YUV 155.64 171.66 198.87 -
System Red Green Blue C M Y K H S L
Decimal 255 90 233 0 0.65 0.09 0 308 1 0.68
Hex FF 5A E9 0 41 9 0 134 64 44
Octal 377 132 351 0 101 11 0 464 144 104
Binary 11111111 1011010 11101001 0 1000001 1001 0 100110100 1100100 1000100

Color Harmonies of #FF5AE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5AE9

Black with #FF5AE9

Text Example


Text Example

White with #FF5AE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5AE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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