Html Css Color HEX #FC4DF8 Pink Flamingo

📋 copy color: '#FC4DF8'

red 252 ◦ green 77 ◦ blue 248

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

Shades of Pink Flamingo #FC4DF8

Tints of Pink Flamingo #FC4DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 42.98%

R = 43.67%
G = 13.34%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC4DF8 (or 0xFC4DF8) is known color: Pink Flamingo. HEX triplet: FC, 4D and F8. RGB value is (252,77,248). Sum of RGB (Red+Green+Blue) = 252+77+248=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 77 (30.47% from 255 or 13.34% from 577); Blue value is 248 (97.27% from 255 or 42.98% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC4DF8 is #03B207. Grayscale: #949494. Windows color (decimal): -242184 or 16272892. OLE color: 16272892.

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

Color convert

RGB 252 77 248 -
CMYK 0 0.69 0.02 0.01
HSL 301.37º 0.97% 0.65% -
HSV(B) 301.37º 0.69% 0.99% -
XYZ 59.74 32.78 91.99 -
YUV 148.82 183.98 201.6 -
System Red Green Blue C M Y K H S L
Decimal 252 77 248 0 0.69 0.02 0.01 301.37 0.97 0.65
Hex FC 4D F8 0 45 2 1 12D 61 41
Octal 374 115 370 0 105 2 1 455 141 101
Binary 11111100 1001101 11111000 0 1000101 10 1 100101101 1100001 1000001

Color Harmonies of #FC4DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4DF8

Black with #FC4DF8

Text Example


Text Example

White with #FC4DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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