Html Css Color HEX #FA5CF8 Pink Flamingo

📋 copy color: '#FA5CF8'

red 250 ◦ green 92 ◦ blue 248

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

Shades of Pink Flamingo #FA5CF8

Tints of Pink Flamingo #FA5CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.03%

R = 42.37%
G = 15.59%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA5CF8 (or 0xFA5CF8) is known color: Pink Flamingo. HEX triplet: FA, 5C and F8. RGB value is (250,92,248). Sum of RGB (Red+Green+Blue) = 250+92+248=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 92 (36.33% from 255 or 15.59% from 590); Blue value is 248 (97.27% from 255 or 42.03% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5CF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5CF8 is #05A307. Grayscale: #9C9C9C. Windows color (decimal): -369416 or 16276730. OLE color: 16276730.

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

Color convert

RGB 250 92 248 -
CMYK 0 0.63 0.01 0.02
HSL 300.76º 0.94% 0.67% -
HSV(B) 300.76º 0.63% 0.98% -
XYZ 60.19 34.76 92.34 -
YUV 157.03 179.35 194.32 -
System Red Green Blue C M Y K H S L
Decimal 250 92 248 0 0.63 0.01 0.02 300.76 0.94 0.67
Hex FA 5C F8 0 3F 1 2 12D 5E 43
Octal 372 134 370 0 77 1 2 455 136 103
Binary 11111010 1011100 11111000 0 111111 1 10 100101101 1011110 1000011

Color Harmonies of #FA5CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5CF8

Black with #FA5CF8

Text Example


Text Example

White with #FA5CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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