Html Css Color HEX #FC4EFE Pink Flamingo

📋 copy color: '#FC4EFE'

red 252 ◦ green 78 ◦ blue 254

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

Shades of Pink Flamingo #FC4EFE

Tints of Pink Flamingo #FC4EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.49%

R = 43.15%
G = 13.36%
B = 43.49%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FC4EFE (or 0xFC4EFE) is known color: Pink Flamingo. HEX triplet: FC, 4E and FE. RGB value is (252,78,254). Sum of RGB (Red+Green+Blue) = 252+78+254=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 78 (30.86% from 255 or 13.36% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC4EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC4EFE is #03B101. Grayscale: #959595. Windows color (decimal): -241922 or 16666364. OLE color: 16666364.

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

Color convert

RGB 252 78 254 -
CMYK 0.01 0.69 0 0.00
HSL 299.32º 0.99% 0.65% -
HSV(B) 299.32º 0.69% 1% -
XYZ 60.76 33.3 96.99 -
YUV 150.09 186.65 200.69 -
System Red Green Blue C M Y K H S L
Decimal 252 78 254 0.01 0.69 0 0.00 299.32 0.99 0.65
Hex FC 4E FE 1 45 0 0 12B 63 41
Octal 374 116 376 1 105 0 0 453 143 101
Binary 11111100 1001110 11111110 1 1000101 0 0 100101011 1100011 1000001

Color Harmonies of #FC4EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4EFE

Black with #FC4EFE

Text Example


Text Example

White with #FC4EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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