Html Css Color HEX #FA59EB Pink Flamingo

📋 copy color: '#FA59EB'

red 250 ◦ green 89 ◦ blue 235

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

Shades of Pink Flamingo #FA59EB

Tints of Pink Flamingo #FA59EB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.51%

 BLUE value IS 235 (92.19% from 255) = 40.94%

R = 43.55%
G = 15.51%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA59EB (or 0xFA59EB) is known color: Pink Flamingo. HEX triplet: FA, 59 and EB. RGB value is (250,89,235). Sum of RGB (Red+Green+Blue) = 250+89+235=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 89 (35.16% from 255 or 15.51% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA59EB is #05A614. Grayscale: #999999. Windows color (decimal): -370197 or 15423994. OLE color: 15423994.

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

Color convert

RGB 250 89 235 -
CMYK 0 0.64 0.06 0.02
HSL 305.59º 0.94% 0.66% -
HSV(B) 305.59º 0.64% 0.98% -
XYZ 57.99 33.47 82 -
YUV 153.78 173.84 196.63 -
System Red Green Blue C M Y K H S L
Decimal 250 89 235 0 0.64 0.06 0.02 305.59 0.94 0.66
Hex FA 59 EB 0 40 6 2 132 5E 42
Octal 372 131 353 0 100 6 2 462 136 102
Binary 11111010 1011001 11101011 0 1000000 110 10 100110010 1011110 1000010

Color Harmonies of #FA59EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA59EB

Black with #FA59EB

Text Example


Text Example

White with #FA59EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA59EB; }

 p { color: rgb(250,89,235); }

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

background-color css

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

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

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

border-color css

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

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

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