Html Css Color HEX #FA5EE7 Pink Flamingo

📋 copy color: '#FA5EE7'

red 250 ◦ green 94 ◦ blue 231

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

Shades of Pink Flamingo #FA5EE7

Tints of Pink Flamingo #FA5EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 40.17%

R = 43.48%
G = 16.35%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA5EE7 (or 0xFA5EE7) is known color: Pink Flamingo. HEX triplet: FA, 5E and E7. RGB value is (250,94,231). Sum of RGB (Red+Green+Blue) = 250+94+231=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 94 (37.11% from 255 or 16.35% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5EE7 is #05A118. Grayscale: #9B9B9B. Windows color (decimal): -368921 or 15163130. OLE color: 15163130.

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

Color convert

RGB 250 94 231 -
CMYK 0 0.62 0.08 0.02
HSL 307.31º 0.94% 0.67% -
HSV(B) 307.31º 0.62% 0.98% -
XYZ 57.85 34.1 79.13 -
YUV 156.26 170.18 194.86 -
System Red Green Blue C M Y K H S L
Decimal 250 94 231 0 0.62 0.08 0.02 307.31 0.94 0.67
Hex FA 5E E7 0 3E 8 2 133 5E 43
Octal 372 136 347 0 76 10 2 463 136 103
Binary 11111010 1011110 11100111 0 111110 1000 10 100110011 1011110 1000011

Color Harmonies of #FA5EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5EE7

Black with #FA5EE7

Text Example


Text Example

White with #FA5EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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