Html Css Color HEX #FC4EEA Pink Flamingo

📋 copy color: '#FC4EEA'

red 252 ◦ green 78 ◦ blue 234

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

Shades of Pink Flamingo #FC4EEA

Tints of Pink Flamingo #FC4EEA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 13.83%

 BLUE value IS 234 (91.8% from 255) = 41.49%

R = 44.68%
G = 13.83%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FC4EEA (or 0xFC4EEA) is known color: Pink Flamingo. HEX triplet: FC, 4E and EA. RGB value is (252,78,234). Sum of RGB (Red+Green+Blue) = 252+78+234=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 78 (30.86% from 255 or 13.83% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4EEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC4EEA is #03B115. Grayscale: #939393. Windows color (decimal): -241942 or 15355644. OLE color: 15355644.

HSL color Cylindrical-coordinate representation of color #FC4EEA: hue angle of 306.21º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC4EEA is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 78 234 -
CMYK 0 0.69 0.07 0.01
HSL 306.21º 0.97% 0.65% -
HSV(B) 306.21º 0.69% 0.99% -
XYZ 57.72 32.08 80.99 -
YUV 147.81 176.65 202.32 -
System Red Green Blue C M Y K H S L
Decimal 252 78 234 0 0.69 0.07 0.01 306.21 0.97 0.65
Hex FC 4E EA 0 45 7 1 132 61 41
Octal 374 116 352 0 105 7 1 462 141 101
Binary 11111100 1001110 11101010 0 1000101 111 1 100110010 1100001 1000001

Color Harmonies of #FC4EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4EEA

Black with #FC4EEA

Text Example


Text Example

White with #FC4EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4EEA; }

 p { color: rgb(252,78,234); }

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

background-color css

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

 a { background-color: rgb(252,78,234); }

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

border-color css

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

 span { border-color: rgb(252,78,234); }

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