Html Css Color HEX #FA5DFA Pink Flamingo

📋 copy color: '#FA5DFA'

red 250 ◦ green 93 ◦ blue 250

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

Shades of Pink Flamingo #FA5DFA

Tints of Pink Flamingo #FA5DFA

RGB

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

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

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

R = 42.16%
G = 15.68%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA5DFA (or 0xFA5DFA) is known color: Pink Flamingo. HEX triplet: FA, 5D and FA. RGB value is (250,93,250). Sum of RGB (Red+Green+Blue) = 250+93+250=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 93 (36.72% from 255 or 15.68% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA5DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5DFA is #05A205. Grayscale: #9D9D9D. Windows color (decimal): -369158 or 16408058. OLE color: 16408058.

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

Color convert

RGB 250 93 250 -
CMYK 0 0.63 0 0.02
HSL 300º 0.94% 0.67% -
HSV(B) 300º 0.63% 0.98% -
XYZ 60.59 35.05 94.02 -
YUV 157.84 180.01 193.73 -
System Red Green Blue C M Y K H S L
Decimal 250 93 250 0 0.63 0 0.02 300 0.94 0.67
Hex FA 5D FA 0 3F 0 2 12C 5E 43
Octal 372 135 372 0 77 0 2 454 136 103
Binary 11111010 1011101 11111010 0 111111 0 10 100101100 1011110 1000011

Color Harmonies of #FA5DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5DFA

Black with #FA5DFA

Text Example


Text Example

White with #FA5DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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