Html Css Color HEX #FF49ED Pink Flamingo

📋 copy color: '#FF49ED'

red 255 ◦ green 73 ◦ blue 237

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

Shades of Pink Flamingo #FF49ED

Tints of Pink Flamingo #FF49ED

RGB

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

 GREEN value IS 73 (28.91% from 255) = 12.92%

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

R = 45.13%
G = 12.92%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF49ED (or 0xFF49ED) is known color: Pink Flamingo. HEX triplet: FF, 49 and ED. RGB value is (255,73,237). Sum of RGB (Red+Green+Blue) = 255+73+237=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 73 (28.91% from 255 or 12.92% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF49ED is #00B612. Grayscale: #919191. Windows color (decimal): -46611 or 15550975. OLE color: 15550975.

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

Color convert

RGB 255 73 237 -
CMYK 0 0.71 0.07 0
HSL 305.93º 1% 0.64% -
HSV(B) 305.93º 0.71% 1% -
XYZ 58.91 32.14 83.22 -
YUV 146.11 179.3 205.66 -
System Red Green Blue C M Y K H S L
Decimal 255 73 237 0 0.71 0.07 0 305.93 1 0.64
Hex FF 49 ED 0 47 7 0 132 64 40
Octal 377 111 355 0 107 7 0 462 144 100
Binary 11111111 1001001 11101101 0 1000111 111 0 100110010 1100100 1000000

Color Harmonies of #FF49ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF49ED

Black with #FF49ED

Text Example


Text Example

White with #FF49ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF49ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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