Html Css Color HEX #FA5BE9 Pink Flamingo

📋 copy color: '#FA5BE9'

red 250 ◦ green 91 ◦ blue 233

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

Shades of Pink Flamingo #FA5BE9

Tints of Pink Flamingo #FA5BE9

RGB

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

 GREEN value IS 91 (35.94% from 255) = 15.85%

 BLUE value IS 233 (91.41% from 255) = 40.59%

R = 43.55%
G = 15.85%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#FA5BE9 (or 0xFA5BE9) is known color: Pink Flamingo. HEX triplet: FA, 5B and E9. RGB value is (250,91,233). Sum of RGB (Red+Green+Blue) = 250+91+233=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 91 (35.94% from 255 or 15.85% from 574); Blue value is 233 (91.41% from 255 or 40.59% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5BE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5BE9 is #05A416. Grayscale: #9A9A9A. Windows color (decimal): -369687 or 15293434. OLE color: 15293434.

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

Color convert

RGB 250 91 233 -
CMYK 0 0.64 0.07 0.02
HSL 306.42º 0.94% 0.67% -
HSV(B) 306.42º 0.64% 0.98% -
XYZ 57.87 33.69 80.54 -
YUV 154.73 172.18 195.95 -
System Red Green Blue C M Y K H S L
Decimal 250 91 233 0 0.64 0.07 0.02 306.42 0.94 0.67
Hex FA 5B E9 0 40 7 2 132 5E 43
Octal 372 133 351 0 100 7 2 462 136 103
Binary 11111010 1011011 11101001 0 1000000 111 10 100110010 1011110 1000011

Color Harmonies of #FA5BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5BE9

Black with #FA5BE9

Text Example


Text Example

White with #FA5BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5BE9; }

 p { color: rgb(250,91,233); }

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

background-color css

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

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

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

border-color css

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

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

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