Html Css Color HEX #FA5DF5 Pink Flamingo

📋 copy color: '#FA5DF5'

red 250 ◦ green 93 ◦ blue 245

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

Shades of Pink Flamingo #FA5DF5

Tints of Pink Flamingo #FA5DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 41.67%

R = 42.52%
G = 15.82%
B = 41.67%

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

#FA5DF5 (or 0xFA5DF5) is known color: Pink Flamingo. HEX triplet: FA, 5D and F5. RGB value is (250,93,245). Sum of RGB (Red+Green+Blue) = 250+93+245=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 93 (36.72% from 255 or 15.82% from 588); Blue value is 245 (96.09% from 255 or 41.67% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5DF5 is #05A20A. Grayscale: #9C9C9C. Windows color (decimal): -369163 or 16080378. OLE color: 16080378.

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

Color convert

RGB 250 93 245 -
CMYK 0 0.63 0.02 0.02
HSL 301.91º 0.94% 0.67% -
HSV(B) 301.91º 0.63% 0.98% -
XYZ 59.82 34.75 89.94 -
YUV 157.27 177.51 194.14 -
System Red Green Blue C M Y K H S L
Decimal 250 93 245 0 0.63 0.02 0.02 301.91 0.94 0.67
Hex FA 5D F5 0 3F 2 2 12E 5E 43
Octal 372 135 365 0 77 2 2 456 136 103
Binary 11111010 1011101 11110101 0 111111 10 10 100101110 1011110 1000011

Color Harmonies of #FA5DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5DF5

Black with #FA5DF5

Text Example


Text Example

White with #FA5DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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