Html Css Color HEX #FC4CFF Pink Flamingo

📋 copy color: '#FC4CFF'

red 252 ◦ green 76 ◦ blue 255

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

Shades of Pink Flamingo #FC4CFF

Tints of Pink Flamingo #FC4CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.04%

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

R = 43.22%
G = 13.04%
B = 43.74%

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

#FC4CFF (or 0xFC4CFF) is known color: Pink Flamingo. HEX triplet: FC, 4C and FF. RGB value is (252,76,255). Sum of RGB (Red+Green+Blue) = 252+76+255=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 76 (30.08% from 255 or 13.04% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC4CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC4CFF is #03B300. Grayscale: #949494. Windows color (decimal): -242433 or 16731388. OLE color: 16731388.

HSL color Cylindrical-coordinate representation of color #FC4CFF: 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 #FC4CFF is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 252 76 255 -
CMYK 0.01 0.70 0 0
HSL 298.99º 1% 0.65% -
HSV(B) 298.99º 0.7% 1% -
XYZ 60.78 33.08 97.79 -
YUV 149.03 187.81 201.45 -
System Red Green Blue C M Y K H S L
Decimal 252 76 255 0.01 0.70 0 0 298.99 1 0.65
Hex FC 4C FF 1 46 0 0 12B 64 41
Octal 374 114 377 1 106 0 0 453 144 101
Binary 11111100 1001100 11111111 1 1000110 0 0 100101011 1100100 1000001

Color Harmonies of #FC4CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4CFF

Black with #FC4CFF

Text Example


Text Example

White with #FC4CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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