Html Css Color HEX #FC4CFC Pink Flamingo

📋 copy color: '#FC4CFC'

red 252 ◦ green 76 ◦ blue 252

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

Shades of Pink Flamingo #FC4CFC

Tints of Pink Flamingo #FC4CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.45%

R = 43.45%
G = 13.1%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC4CFC (or 0xFC4CFC) is known color: Pink Flamingo. HEX triplet: FC, 4C and FC. RGB value is (252,76,252). Sum of RGB (Red+Green+Blue) = 252+76+252=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 76 (30.08% from 255 or 13.10% from 580); Blue value is 252 (98.83% from 255 or 43.45% from 580); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC4CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC4CFC is #03B303. Grayscale: #949494. Windows color (decimal): -242436 or 16534780. OLE color: 16534780.

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

Color convert

RGB 252 76 252 -
CMYK 0 0.70 0 0.01
HSL 300º 0.97% 0.64% -
HSV(B) 300º 0.7% 0.99% -
XYZ 60.3 32.89 95.27 -
YUV 148.69 186.31 201.69 -
System Red Green Blue C M Y K H S L
Decimal 252 76 252 0 0.70 0 0.01 300 0.97 0.64
Hex FC 4C FC 0 46 0 1 12C 61 40
Octal 374 114 374 0 106 0 1 454 141 100
Binary 11111100 1001100 11111100 0 1000110 0 1 100101100 1100001 1000000

Color Harmonies of #FC4CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4CFC

Black with #FC4CFC

Text Example


Text Example

White with #FC4CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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