Html Css Color HEX #FA5CFB Pink Flamingo

📋 copy color: '#FA5CFB'

red 250 ◦ green 92 ◦ blue 251

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

Shades of Pink Flamingo #FA5CFB

Tints of Pink Flamingo #FA5CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.51%

 BLUE value IS 251 (98.44% from 255) = 42.33%

R = 42.16%
G = 15.51%
B = 42.33%

CMYK

 C value IS 0.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA5CFB (or 0xFA5CFB) is known color: Pink Flamingo. HEX triplet: FA, 5C and FB. RGB value is (250,92,251). Sum of RGB (Red+Green+Blue) = 250+92+251=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 92 (36.33% from 255 or 15.51% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA5CFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5CFB is #05A304. Grayscale: #9C9C9C. Windows color (decimal): -369413 or 16473338. OLE color: 16473338.

HSL color Cylindrical-coordinate representation of color #FA5CFB: hue angle of 299.62º degrees, saturation: 0.95, 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 #FA5CFB is Cyan = 0.00, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 92 251 -
CMYK 0.00 0.63 0 0.02
HSL 299.62º 0.95% 0.67% -
HSV(B) 299.62º 0.63% 0.98% -
XYZ 60.66 34.94 94.81 -
YUV 157.37 180.85 194.07 -
System Red Green Blue C M Y K H S L
Decimal 250 92 251 0.00 0.63 0 0.02 299.62 0.95 0.67
Hex FA 5C FB 0 3F 0 2 12C 5F 43
Octal 372 134 373 0 77 0 2 454 137 103
Binary 11111010 1011100 11111011 0 111111 0 10 100101100 1011111 1000011

Color Harmonies of #FA5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5CFB

Black with #FA5CFB

Text Example


Text Example

White with #FA5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5CFB; }

 p { color: rgb(250,92,251); }

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

background-color css

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

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

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

border-color css

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

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

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