Html Css Color HEX #FA5EEA Pink Flamingo

📋 copy color: '#FA5EEA'

red 250 ◦ green 94 ◦ blue 234

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

Shades of Pink Flamingo #FA5EEA

Tints of Pink Flamingo #FA5EEA

RGB

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

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

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

R = 43.25%
G = 16.26%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA5EEA (or 0xFA5EEA) is known color: Pink Flamingo. HEX triplet: FA, 5E and EA. RGB value is (250,94,234). Sum of RGB (Red+Green+Blue) = 250+94+234=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 94 (37.11% from 255 or 16.26% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5EEA is #05A115. Grayscale: #9C9C9C. Windows color (decimal): -368918 or 15359738. OLE color: 15359738.

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

Color convert

RGB 250 94 234 -
CMYK 0 0.62 0.06 0.02
HSL 306.15º 0.94% 0.67% -
HSV(B) 306.15º 0.62% 0.98% -
XYZ 58.28 34.27 81.39 -
YUV 156.6 171.68 194.62 -
System Red Green Blue C M Y K H S L
Decimal 250 94 234 0 0.62 0.06 0.02 306.15 0.94 0.67
Hex FA 5E EA 0 3E 6 2 132 5E 43
Octal 372 136 352 0 76 6 2 462 136 103
Binary 11111010 1011110 11101010 0 111110 110 10 100110010 1011110 1000011

Color Harmonies of #FA5EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5EEA

Black with #FA5EEA

Text Example


Text Example

White with #FA5EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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