Html Css Color HEX #FC4DFF Pink Flamingo

📋 copy color: '#FC4DFF'

red 252 ◦ green 77 ◦ blue 255

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

Shades of Pink Flamingo #FC4DFF

Tints of Pink Flamingo #FC4DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.18%

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

R = 43.15%
G = 13.18%
B = 43.66%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC4DFF (or 0xFC4DFF) is known color: Pink Flamingo. HEX triplet: FC, 4D and FF. RGB value is (252,77,255). Sum of RGB (Red+Green+Blue) = 252+77+255=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 77 (30.47% from 255 or 13.18% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC4DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC4DFF is #03B200. Grayscale: #959595. Windows color (decimal): -242177 or 16731644. OLE color: 16731644.

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

Color convert

RGB 252 77 255 -
CMYK 0.01 0.70 0 0
HSL 298.99º 1% 0.65% -
HSV(B) 298.99º 0.7% 1% -
XYZ 60.85 33.22 97.81 -
YUV 149.62 187.48 201.03 -
System Red Green Blue C M Y K H S L
Decimal 252 77 255 0.01 0.70 0 0 298.99 1 0.65
Hex FC 4D FF 1 46 0 0 12B 64 41
Octal 374 115 377 1 106 0 0 453 144 101
Binary 11111100 1001101 11111111 1 1000110 0 0 100101011 1100100 1000001

Color Harmonies of #FC4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4DFF

Black with #FC4DFF

Text Example


Text Example

White with #FC4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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