Html Css Color HEX #FC4AFC Pink Flamingo

📋 copy color: '#FC4AFC'

red 252 ◦ green 74 ◦ blue 252

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

Shades of Pink Flamingo #FC4AFC

Tints of Pink Flamingo #FC4AFC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 12.8%

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

R = 43.6%
G = 12.8%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC4AFC (or 0xFC4AFC) is known color: Pink Flamingo. HEX triplet: FC, 4A and FC. RGB value is (252,74,252). Sum of RGB (Red+Green+Blue) = 252+74+252=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 74 (29.30% from 255 or 12.80% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC4AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC4AFC is #03B503. Grayscale: #929292. Windows color (decimal): -242948 or 16534268. OLE color: 16534268.

HSL color Cylindrical-coordinate representation of color #FC4AFC: 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.71%. Process color model (Four color, CMYK) of #FC4AFC is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 74 252 -
CMYK 0 0.71 0 0.01
HSL 300º 0.97% 0.64% -
HSV(B) 300º 0.71% 0.99% -
XYZ 60.16 32.62 95.22 -
YUV 147.51 186.97 202.53 -
System Red Green Blue C M Y K H S L
Decimal 252 74 252 0 0.71 0 0.01 300 0.97 0.64
Hex FC 4A FC 0 47 0 1 12C 61 40
Octal 374 112 374 0 107 0 1 454 141 100
Binary 11111100 1001010 11111100 0 1000111 0 1 100101100 1100001 1000000

Color Harmonies of #FC4AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4AFC

Black with #FC4AFC

Text Example


Text Example

White with #FC4AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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