Html Css Color HEX #FA5EFC Pink Flamingo

📋 copy color: '#FA5EFC'

red 250 ◦ green 94 ◦ blue 252

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

Shades of Pink Flamingo #FA5EFC

Tints of Pink Flamingo #FA5EFC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 15.77%

 BLUE value IS 252 (98.83% from 255) = 42.28%

R = 41.95%
G = 15.77%
B = 42.28%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FA5EFC (or 0xFA5EFC) is known color: Pink Flamingo. HEX triplet: FA, 5E and FC. RGB value is (250,94,252). Sum of RGB (Red+Green+Blue) = 250+94+252=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 94 (37.11% from 255 or 15.77% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA5EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5EFC is #05A103. Grayscale: #9E9E9E. Windows color (decimal): -368900 or 16539386. OLE color: 16539386.

HSL color Cylindrical-coordinate representation of color #FA5EFC: hue angle of 299.24º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA5EFC is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 94 252 -
CMYK 0.01 0.63 0 0.01
HSL 299.24º 0.96% 0.68% -
HSV(B) 299.24º 0.63% 0.99% -
XYZ 61 35.36 95.71 -
YUV 158.66 180.68 193.15 -
System Red Green Blue C M Y K H S L
Decimal 250 94 252 0.01 0.63 0 0.01 299.24 0.96 0.68
Hex FA 5E FC 1 3F 0 1 12B 60 44
Octal 372 136 374 1 77 0 1 453 140 104
Binary 11111010 1011110 11111100 1 111111 0 1 100101011 1100000 1000100

Color Harmonies of #FA5EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5EFC

Black with #FA5EFC

Text Example


Text Example

White with #FA5EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5EFC; }

 p { color: rgb(250,94,252); }

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

background-color css

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

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

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

border-color css

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

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

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