Html Css Color HEX #FF47EC Pink Flamingo

📋 copy color: '#FF47EC'

red 255 ◦ green 71 ◦ blue 236

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

Shades of Pink Flamingo #FF47EC

Tints of Pink Flamingo #FF47EC

RGB

 RED value IS 255 (100% from 255) = 45.37%

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

 BLUE value IS 236 (92.58% from 255) = 41.99%

R = 45.37%
G = 12.63%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF47EC (or 0xFF47EC) is known color: Pink Flamingo. HEX triplet: FF, 47 and EC. RGB value is (255,71,236). Sum of RGB (Red+Green+Blue) = 255+71+236=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 71 (28.12% from 255 or 12.63% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF47EC is #00B813. Grayscale: #909090. Windows color (decimal): -47124 or 15484927. OLE color: 15484927.

HSL color Cylindrical-coordinate representation of color #FF47EC: hue angle of 306.2º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF47EC is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 255 71 236 -
CMYK 0 0.72 0.07 0
HSL 306.2º 1% 0.64% -
HSV(B) 306.2º 0.72% 1% -
XYZ 58.63 31.82 82.41 -
YUV 144.83 179.46 206.58 -
System Red Green Blue C M Y K H S L
Decimal 255 71 236 0 0.72 0.07 0 306.2 1 0.64
Hex FF 47 EC 0 48 7 0 132 64 40
Octal 377 107 354 0 110 7 0 462 144 100
Binary 11111111 1000111 11101100 0 1001000 111 0 100110010 1100100 1000000

Color Harmonies of #FF47EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF47EC

Black with #FF47EC

Text Example


Text Example

White with #FF47EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF47EC; }

 p { color: rgb(255,71,236); }

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

background-color css

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

 a { background-color: rgb(255,71,236); }

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

border-color css

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

 span { border-color: rgb(255,71,236); }

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