Html Css Color HEX #FF49FA Pink Flamingo

📋 copy color: '#FF49FA'

red 255 ◦ green 73 ◦ blue 250

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

Shades of Pink Flamingo #FF49FA

Tints of Pink Flamingo #FF49FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.25%

R = 44.12%
G = 12.63%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF49FA (or 0xFF49FA) is known color: Pink Flamingo. HEX triplet: FF, 49 and FA. RGB value is (255,73,250). Sum of RGB (Red+Green+Blue) = 255+73+250=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 73 (28.91% from 255 or 12.63% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF49FA is #00B605. Grayscale: #939393. Windows color (decimal): -46598 or 16402943. OLE color: 16402943.

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

Color convert

RGB 255 73 250 -
CMYK 0 0.71 0.02 0
HSL 301.65º 1% 0.64% -
HSV(B) 301.65º 0.71% 1% -
XYZ 60.88 32.93 93.59 -
YUV 147.6 185.8 204.61 -
System Red Green Blue C M Y K H S L
Decimal 255 73 250 0 0.71 0.02 0 301.65 1 0.64
Hex FF 49 FA 0 47 2 0 12E 64 40
Octal 377 111 372 0 107 2 0 456 144 100
Binary 11111111 1001001 11111010 0 1000111 10 0 100101110 1100100 1000000

Color Harmonies of #FF49FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF49FA

Black with #FF49FA

Text Example


Text Example

White with #FF49FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF49FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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