Html Css Color HEX #FC5EFA Pink Flamingo

📋 copy color: '#FC5EFA'

red 252 ◦ green 94 ◦ blue 250

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

Shades of Pink Flamingo #FC5EFA

Tints of Pink Flamingo #FC5EFA

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 252 94 250 -
CMYK 0 0.63 0.01 0.01
HSL 300.76º 0.96% 0.68% -
HSV(B) 300.76º 0.63% 0.99% -
XYZ 61.4 35.6 94.08 -
YUV 159.03 179.35 194.32 -
System Red Green Blue C M Y K H S L
Decimal 252 94 250 0 0.63 0.01 0.01 300.76 0.96 0.68
Hex FC 5E FA 0 3F 1 1 12D 60 44
Octal 374 136 372 0 77 1 1 455 140 104
Binary 11111100 1011110 11111010 0 111111 1 1 100101101 1100000 1000100

Color Harmonies of #FC5EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5EFA

Black with #FC5EFA

Text Example


Text Example

White with #FC5EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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