Html Css Color HEX #FA5EFA Pink Flamingo

📋 copy color: '#FA5EFA'

red 250 ◦ green 94 ◦ blue 250

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

Shades of Pink Flamingo #FA5EFA

Tints of Pink Flamingo #FA5EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.09%

R = 42.09%
G = 15.82%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA5EFA (or 0xFA5EFA) is known color: Pink Flamingo. HEX triplet: FA, 5E and FA. RGB value is (250,94,250). Sum of RGB (Red+Green+Blue) = 250+94+250=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 94 (37.11% from 255 or 15.82% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA5EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5EFA is #05A105. Grayscale: #9D9D9D. Windows color (decimal): -368902 or 16408314. OLE color: 16408314.

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

Color convert

RGB 250 94 250 -
CMYK 0 0.62 0 0.02
HSL 300º 0.94% 0.67% -
HSV(B) 300º 0.62% 0.98% -
XYZ 60.68 35.23 94.04 -
YUV 158.43 179.68 193.32 -
System Red Green Blue C M Y K H S L
Decimal 250 94 250 0 0.62 0 0.02 300 0.94 0.67
Hex FA 5E FA 0 3E 0 2 12C 5E 43
Octal 372 136 372 0 76 0 2 454 136 103
Binary 11111010 1011110 11111010 0 111110 0 10 100101100 1011110 1000011

Color Harmonies of #FA5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5EFA

Black with #FA5EFA

Text Example


Text Example

White with #FA5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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