Html Css Color HEX #FC4DF2 Pink Flamingo

📋 copy color: '#FC4DF2'

red 252 ◦ green 77 ◦ blue 242

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

Shades of Pink Flamingo #FC4DF2

Tints of Pink Flamingo #FC4DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.38%

R = 44.13%
G = 13.49%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FC4DF2 (or 0xFC4DF2) is known color: Pink Flamingo. HEX triplet: FC, 4D and F2. RGB value is (252,77,242). Sum of RGB (Red+Green+Blue) = 252+77+242=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 77 (30.47% from 255 or 13.49% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC4DF2 is #03B20D. Grayscale: #939393. Windows color (decimal): -242190 or 15879676. OLE color: 15879676.

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

Color convert

RGB 252 77 242 -
CMYK 0 0.69 0.04 0.01
HSL 303.43º 0.97% 0.65% -
HSV(B) 303.43º 0.69% 0.99% -
XYZ 58.83 32.41 87.16 -
YUV 148.14 180.98 202.08 -
System Red Green Blue C M Y K H S L
Decimal 252 77 242 0 0.69 0.04 0.01 303.43 0.97 0.65
Hex FC 4D F2 0 45 4 1 12F 61 41
Octal 374 115 362 0 105 4 1 457 141 101
Binary 11111100 1001101 11110010 0 1000101 100 1 100101111 1100001 1000001

Color Harmonies of #FC4DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4DF2

Black with #FC4DF2

Text Example


Text Example

White with #FC4DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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