Html Css Color HEX #FA5EE9 Pink Flamingo

📋 copy color: '#FA5EE9'

red 250 ◦ green 94 ◦ blue 233

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

Shades of Pink Flamingo #FA5EE9

Tints of Pink Flamingo #FA5EE9

RGB

 RED value IS 250 (98.05% from 255) = 43.33%

 GREEN value IS 94 (37.11% from 255) = 16.29%

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

R = 43.33%
G = 16.29%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FA5EE9 (or 0xFA5EE9) is known color: Pink Flamingo. HEX triplet: FA, 5E and E9. RGB value is (250,94,233). Sum of RGB (Red+Green+Blue) = 250+94+233=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 94 (37.11% from 255 or 16.29% from 577); Blue value is 233 (91.41% from 255 or 40.38% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5EE9 is #05A116. Grayscale: #9C9C9C. Windows color (decimal): -368919 or 15294202. OLE color: 15294202.

HSL color Cylindrical-coordinate representation of color #FA5EE9: hue angle of 306.54º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5EE9 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 94 233 -
CMYK 0 0.62 0.07 0.02
HSL 306.54º 0.94% 0.67% -
HSV(B) 306.54º 0.62% 0.98% -
XYZ 58.14 34.21 80.63 -
YUV 156.49 171.18 194.7 -
System Red Green Blue C M Y K H S L
Decimal 250 94 233 0 0.62 0.07 0.02 306.54 0.94 0.67
Hex FA 5E E9 0 3E 7 2 133 5E 43
Octal 372 136 351 0 76 7 2 463 136 103
Binary 11111010 1011110 11101001 0 111110 111 10 100110011 1011110 1000011

Color Harmonies of #FA5EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5EE9

Black with #FA5EE9

Text Example


Text Example

White with #FA5EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5EE9; }

 p { color: rgb(250,94,233); }

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

background-color css

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

 a { background-color: rgb(250,94,233); }

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

border-color css

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

 span { border-color: rgb(250,94,233); }

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