Html Css Color HEX #FA5DEA Pink Flamingo

📋 copy color: '#FA5DEA'

red 250 ◦ green 93 ◦ blue 234

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

Shades of Pink Flamingo #FA5DEA

Tints of Pink Flamingo #FA5DEA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.12%

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

R = 43.33%
G = 16.12%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA5DEA (or 0xFA5DEA) is known color: Pink Flamingo. HEX triplet: FA, 5D and EA. RGB value is (250,93,234). Sum of RGB (Red+Green+Blue) = 250+93+234=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 93 (36.72% from 255 or 16.12% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5DEA is #05A215. Grayscale: #9B9B9B. Windows color (decimal): -369174 or 15359482. OLE color: 15359482.

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

Color convert

RGB 250 93 234 -
CMYK 0 0.63 0.06 0.02
HSL 306.11º 0.94% 0.67% -
HSV(B) 306.11º 0.63% 0.98% -
XYZ 58.19 34.09 81.36 -
YUV 156.02 172.01 195.04 -
System Red Green Blue C M Y K H S L
Decimal 250 93 234 0 0.63 0.06 0.02 306.11 0.94 0.67
Hex FA 5D EA 0 3F 6 2 132 5E 43
Octal 372 135 352 0 77 6 2 462 136 103
Binary 11111010 1011101 11101010 0 111111 110 10 100110010 1011110 1000011

Color Harmonies of #FA5DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5DEA

Black with #FA5DEA

Text Example


Text Example

White with #FA5DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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