Html Css Color HEX #FF49EB Pink Flamingo

📋 copy color: '#FF49EB'

red 255 ◦ green 73 ◦ blue 235

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

Shades of Pink Flamingo #FF49EB

Tints of Pink Flamingo #FF49EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.74%

R = 45.29%
G = 12.97%
B = 41.74%

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

#FF49EB (or 0xFF49EB) is known color: Pink Flamingo. HEX triplet: FF, 49 and EB. RGB value is (255,73,235). Sum of RGB (Red+Green+Blue) = 255+73+235=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 73 (28.91% from 255 or 12.97% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF49EB is #00B614. Grayscale: #919191. Windows color (decimal): -46613 or 15419903. OLE color: 15419903.

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

Color convert

RGB 255 73 235 -
CMYK 0 0.71 0.08 0
HSL 306.59º 1% 0.64% -
HSV(B) 306.59º 0.71% 1% -
XYZ 58.62 32.02 81.69 -
YUV 145.89 178.3 205.83 -
System Red Green Blue C M Y K H S L
Decimal 255 73 235 0 0.71 0.08 0 306.59 1 0.64
Hex FF 49 EB 0 47 8 0 133 64 40
Octal 377 111 353 0 107 10 0 463 144 100
Binary 11111111 1001001 11101011 0 1000111 1000 0 100110011 1100100 1000000

Color Harmonies of #FF49EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF49EB

Black with #FF49EB

Text Example


Text Example

White with #FF49EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF49EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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