Html Css Color HEX #FA5BFE Pink Flamingo

📋 copy color: '#FA5BFE'

red 250 ◦ green 91 ◦ blue 254

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

Shades of Pink Flamingo #FA5BFE

Tints of Pink Flamingo #FA5BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.69%

R = 42.02%
G = 15.29%
B = 42.69%

CMYK

 C value IS 0.02

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FA5BFE (or 0xFA5BFE) is known color: Pink Flamingo. HEX triplet: FA, 5B and FE. RGB value is (250,91,254). Sum of RGB (Red+Green+Blue) = 250+91+254=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 91 (35.94% from 255 or 15.29% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA5BFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5BFE is #05A401. Grayscale: #9C9C9C. Windows color (decimal): -369666 or 16669690. OLE color: 16669690.

HSL color Cylindrical-coordinate representation of color #FA5BFE: hue angle of 298.53º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5BFE is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 91 254 -
CMYK 0.02 0.64 0 0.00
HSL 298.53º 0.99% 0.68% -
HSV(B) 298.53º 0.64% 1% -
XYZ 61.05 34.96 97.3 -
YUV 157.12 182.68 194.25 -
System Red Green Blue C M Y K H S L
Decimal 250 91 254 0.02 0.64 0 0.00 298.53 0.99 0.68
Hex FA 5B FE 2 40 0 0 12B 63 44
Octal 372 133 376 2 100 0 0 453 143 104
Binary 11111010 1011011 11111110 10 1000000 0 0 100101011 1100011 1000100

Color Harmonies of #FA5BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5BFE

Black with #FA5BFE

Text Example


Text Example

White with #FA5BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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