Html Css Color HEX #FC4EFF Pink Flamingo

📋 copy color: '#FC4EFF'

red 252 ◦ green 78 ◦ blue 255

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

Shades of Pink Flamingo #FC4EFF

Tints of Pink Flamingo #FC4EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.59%

R = 43.08%
G = 13.33%
B = 43.59%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC4EFF (or 0xFC4EFF) is known color: Pink Flamingo. HEX triplet: FC, 4E and FF. RGB value is (252,78,255). Sum of RGB (Red+Green+Blue) = 252+78+255=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 78 (30.86% from 255 or 13.33% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC4EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC4EFF is #03B100. Grayscale: #959595. Windows color (decimal): -241921 or 16731900. OLE color: 16731900.

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

Color convert

RGB 252 78 255 -
CMYK 0.01 0.69 0 0
HSL 298.98º 1% 0.65% -
HSV(B) 298.98º 0.69% 1% -
XYZ 60.92 33.36 97.84 -
YUV 150.2 187.15 200.61 -
System Red Green Blue C M Y K H S L
Decimal 252 78 255 0.01 0.69 0 0 298.98 1 0.65
Hex FC 4E FF 1 45 0 0 12B 64 41
Octal 374 116 377 1 105 0 0 453 144 101
Binary 11111100 1001110 11111111 1 1000101 0 0 100101011 1100100 1000001

Color Harmonies of #FC4EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4EFF

Black with #FC4EFF

Text Example


Text Example

White with #FC4EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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