Html Css Color HEX #FF49EA Pink Flamingo

📋 copy color: '#FF49EA'

red 255 ◦ green 73 ◦ blue 234

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

Shades of Pink Flamingo #FF49EA

Tints of Pink Flamingo #FF49EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.64%

R = 45.37%
G = 12.99%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FF49EA (or 0xFF49EA) is known color: Pink Flamingo. HEX triplet: FF, 49 and EA. RGB value is (255,73,234). Sum of RGB (Red+Green+Blue) = 255+73+234=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 73 (28.91% from 255 or 12.99% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF49EA is #00B615. Grayscale: #919191. Windows color (decimal): -46614 or 15354367. OLE color: 15354367.

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

Color convert

RGB 255 73 234 -
CMYK 0 0.71 0.08 0
HSL 306.92º 1% 0.64% -
HSV(B) 306.92º 0.71% 1% -
XYZ 58.47 31.97 80.93 -
YUV 145.77 177.8 205.91 -
System Red Green Blue C M Y K H S L
Decimal 255 73 234 0 0.71 0.08 0 306.92 1 0.64
Hex FF 49 EA 0 47 8 0 133 64 40
Octal 377 111 352 0 107 10 0 463 144 100
Binary 11111111 1001001 11101010 0 1000111 1000 0 100110011 1100100 1000000

Color Harmonies of #FF49EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF49EA

Black with #FF49EA

Text Example


Text Example

White with #FF49EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF49EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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