Html Css Color HEX #FC4CFA Pink Flamingo

📋 copy color: '#FC4CFA'

red 252 ◦ green 76 ◦ blue 250

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

Shades of Pink Flamingo #FC4CFA

Tints of Pink Flamingo #FC4CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.25%

R = 43.6%
G = 13.15%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC4CFA (or 0xFC4CFA) is known color: Pink Flamingo. HEX triplet: FC, 4C and FA. RGB value is (252,76,250). Sum of RGB (Red+Green+Blue) = 252+76+250=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 76 (30.08% from 255 or 13.15% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC4CFA is #03B305. Grayscale: #939393. Windows color (decimal): -242438 or 16403708. OLE color: 16403708.

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

Color convert

RGB 252 76 250 -
CMYK 0 0.70 0.01 0.01
HSL 300.68º 0.97% 0.64% -
HSV(B) 300.68º 0.7% 0.99% -
XYZ 59.98 32.77 93.61 -
YUV 148.46 185.31 201.85 -
System Red Green Blue C M Y K H S L
Decimal 252 76 250 0 0.70 0.01 0.01 300.68 0.97 0.64
Hex FC 4C FA 0 46 1 1 12D 61 40
Octal 374 114 372 0 106 1 1 455 141 100
Binary 11111100 1001100 11111010 0 1000110 1 1 100101101 1100001 1000000

Color Harmonies of #FC4CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4CFA

Black with #FC4CFA

Text Example


Text Example

White with #FC4CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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