Html Css Color HEX #FA5DF8 Pink Flamingo

📋 copy color: '#FA5DF8'

red 250 ◦ green 93 ◦ blue 248

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

Shades of Pink Flamingo #FA5DF8

Tints of Pink Flamingo #FA5DF8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.74%

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

R = 42.3%
G = 15.74%
B = 41.96%

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

#FA5DF8 (or 0xFA5DF8) is known color: Pink Flamingo. HEX triplet: FA, 5D and F8. RGB value is (250,93,248). Sum of RGB (Red+Green+Blue) = 250+93+248=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 93 (36.72% from 255 or 15.74% from 591); Blue value is 248 (97.27% from 255 or 41.96% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5DF8 is #05A207. Grayscale: #9D9D9D. Windows color (decimal): -369160 or 16276986. OLE color: 16276986.

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

Color convert

RGB 250 93 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.28 34.93 92.37 -
YUV 157.61 179.01 193.9 -
System Red Green Blue C M Y K H S L
Decimal 250 93 248 0 0.63 0.01 0.02 300.76 0.94 0.67
Hex FA 5D F8 0 3F 1 2 12D 5E 43
Octal 372 135 370 0 77 1 2 455 136 103
Binary 11111010 1011101 11111000 0 111111 1 10 100101101 1011110 1000011

Color Harmonies of #FA5DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5DF8

Black with #FA5DF8

Text Example


Text Example

White with #FA5DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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