Html Css Color HEX #FC47EF Pink Flamingo

📋 copy color: '#FC47EF'

red 252 ◦ green 71 ◦ blue 239

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

Shades of Pink Flamingo #FC47EF

Tints of Pink Flamingo #FC47EF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 12.63%

 BLUE value IS 239 (93.75% from 255) = 42.53%

R = 44.84%
G = 12.63%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC47EF (or 0xFC47EF) is known color: Pink Flamingo. HEX triplet: FC, 47 and EF. RGB value is (252,71,239). Sum of RGB (Red+Green+Blue) = 252+71+239=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 71 (28.12% from 255 or 12.63% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC47EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC47EF is #03B810. Grayscale: #8F8F8F. Windows color (decimal): -243729 or 15681532. OLE color: 15681532.

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

Color convert

RGB 252 71 239 -
CMYK 0 0.72 0.05 0.01
HSL 304.31º 0.97% 0.63% -
HSV(B) 304.31º 0.72% 0.99% -
XYZ 57.98 31.43 84.67 -
YUV 144.27 181.47 204.84 -
System Red Green Blue C M Y K H S L
Decimal 252 71 239 0 0.72 0.05 0.01 304.31 0.97 0.63
Hex FC 47 EF 0 48 5 1 130 61 3F
Octal 374 107 357 0 110 5 1 460 141 77
Binary 11111100 1000111 11101111 0 1001000 101 1 100110000 1100001 111111

Color Harmonies of #FC47EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC47EF

Black with #FC47EF

Text Example


Text Example

White with #FC47EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC47EF; }

 p { color: rgb(252,71,239); }

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

background-color css

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

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

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

border-color css

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

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

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