Html Css Color HEX #FF47ED Pink Flamingo

📋 copy color: '#FF47ED'

red 255 ◦ green 71 ◦ blue 237

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

Shades of Pink Flamingo #FF47ED

Tints of Pink Flamingo #FF47ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.1%

R = 45.29%
G = 12.61%
B = 42.1%

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

#FF47ED (or 0xFF47ED) is known color: Pink Flamingo. HEX triplet: FF, 47 and ED. RGB value is (255,71,237). Sum of RGB (Red+Green+Blue) = 255+71+237=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 71 (28.12% from 255 or 12.61% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF47ED is #00B812. Grayscale: #909090. Windows color (decimal): -47123 or 15550463. OLE color: 15550463.

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

Color convert

RGB 255 71 237 -
CMYK 0 0.72 0.07 0
HSL 305.87º 1% 0.64% -
HSV(B) 305.87º 0.72% 1% -
XYZ 58.78 31.88 83.18 -
YUV 144.94 179.96 206.5 -
System Red Green Blue C M Y K H S L
Decimal 255 71 237 0 0.72 0.07 0 305.87 1 0.64
Hex FF 47 ED 0 48 7 0 132 64 40
Octal 377 107 355 0 110 7 0 462 144 100
Binary 11111111 1000111 11101101 0 1001000 111 0 100110010 1100100 1000000

Color Harmonies of #FF47ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF47ED

Black with #FF47ED

Text Example


Text Example

White with #FF47ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF47ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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