Html Css Color HEX #FA5EE8 Pink Flamingo

📋 copy color: '#FA5EE8'

red 250 ◦ green 94 ◦ blue 232

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

Shades of Pink Flamingo #FA5EE8

Tints of Pink Flamingo #FA5EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.28%

R = 43.4%
G = 16.32%
B = 40.28%

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

#FA5EE8 (or 0xFA5EE8) is known color: Pink Flamingo. HEX triplet: FA, 5E and E8. RGB value is (250,94,232). Sum of RGB (Red+Green+Blue) = 250+94+232=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 94 (37.11% from 255 or 16.32% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5EE8 is #05A117. Grayscale: #9B9B9B. Windows color (decimal): -368920 or 15228666. OLE color: 15228666.

HSL color Cylindrical-coordinate representation of color #FA5EE8: hue angle of 306.92º 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 #FA5EE8 is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 94 232 -
CMYK 0 0.62 0.07 0.02
HSL 306.92º 0.94% 0.67% -
HSV(B) 306.92º 0.62% 0.98% -
XYZ 57.99 34.16 79.88 -
YUV 156.38 170.68 194.78 -
System Red Green Blue C M Y K H S L
Decimal 250 94 232 0 0.62 0.07 0.02 306.92 0.94 0.67
Hex FA 5E E8 0 3E 7 2 133 5E 43
Octal 372 136 350 0 76 7 2 463 136 103
Binary 11111010 1011110 11101000 0 111110 111 10 100110011 1011110 1000011

Color Harmonies of #FA5EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5EE8

Black with #FA5EE8

Text Example


Text Example

White with #FA5EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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