Html Css Color HEX #FF49FD Pink Flamingo

📋 copy color: '#FF49FD'

red 255 ◦ green 73 ◦ blue 253

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

Shades of Pink Flamingo #FF49FD

Tints of Pink Flamingo #FF49FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.55%

R = 43.89%
G = 12.56%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF49FD (or 0xFF49FD) is known color: Pink Flamingo. HEX triplet: FF, 49 and FD. RGB value is (255,73,253). Sum of RGB (Red+Green+Blue) = 255+73+253=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 73 (28.91% from 255 or 12.56% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF49FD is #00B602. Grayscale: #939393. Windows color (decimal): -46595 or 16599551. OLE color: 16599551.

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

Color convert

RGB 255 73 253 -
CMYK 0 0.71 0.01 0
HSL 300.66º 1% 0.64% -
HSV(B) 300.66º 0.71% 1% -
XYZ 61.35 33.12 96.09 -
YUV 147.94 187.3 204.36 -
System Red Green Blue C M Y K H S L
Decimal 255 73 253 0 0.71 0.01 0 300.66 1 0.64
Hex FF 49 FD 0 47 1 0 12D 64 40
Octal 377 111 375 0 107 1 0 455 144 100
Binary 11111111 1001001 11111101 0 1000111 1 0 100101101 1100100 1000000

Color Harmonies of #FF49FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF49FD

Black with #FF49FD

Text Example


Text Example

White with #FF49FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF49FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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