Html Css Color HEX #FA5CF6 Pink Flamingo

📋 copy color: '#FA5CF6'

red 250 ◦ green 92 ◦ blue 246

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

Shades of Pink Flamingo #FA5CF6

Tints of Pink Flamingo #FA5CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.84%

R = 42.52%
G = 15.65%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FA5CF6 (or 0xFA5CF6) is known color: Pink Flamingo. HEX triplet: FA, 5C and F6. RGB value is (250,92,246). Sum of RGB (Red+Green+Blue) = 250+92+246=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 92 (36.33% from 255 or 15.65% from 588); Blue value is 246 (96.48% from 255 or 41.84% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5CF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5CF6 is #05A309. Grayscale: #9C9C9C. Windows color (decimal): -369418 or 16145658. OLE color: 16145658.

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

Color convert

RGB 250 92 246 -
CMYK 0 0.63 0.02 0.02
HSL 301.52º 0.94% 0.67% -
HSV(B) 301.52º 0.63% 0.98% -
XYZ 59.89 34.63 90.72 -
YUV 156.8 178.35 194.48 -
System Red Green Blue C M Y K H S L
Decimal 250 92 246 0 0.63 0.02 0.02 301.52 0.94 0.67
Hex FA 5C F6 0 3F 2 2 12E 5E 43
Octal 372 134 366 0 77 2 2 456 136 103
Binary 11111010 1011100 11110110 0 111111 10 10 100101110 1011110 1000011

Color Harmonies of #FA5CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5CF6

Black with #FA5CF6

Text Example


Text Example

White with #FA5CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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