Html Css Color HEX #FF49FE Pink Flamingo

📋 copy color: '#FF49FE'

red 255 ◦ green 73 ◦ blue 254

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

Shades of Pink Flamingo #FF49FE

Tints of Pink Flamingo #FF49FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.64%

R = 43.81%
G = 12.54%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#FF49FE (or 0xFF49FE) is known color: Pink Flamingo. HEX triplet: FF, 49 and FE. RGB value is (255,73,254). Sum of RGB (Red+Green+Blue) = 255+73+254=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 73 (28.91% from 255 or 12.54% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF49FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF49FE is #00B601. Grayscale: #939393. Windows color (decimal): -46594 or 16665087. OLE color: 16665087.

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

Color convert

RGB 255 73 254 -
CMYK 0 0.71 0.00 0
HSL 300.33º 1% 0.64% -
HSV(B) 300.33º 0.71% 1% -
XYZ 61.51 33.18 96.93 -
YUV 148.05 187.8 204.28 -
System Red Green Blue C M Y K H S L
Decimal 255 73 254 0 0.71 0.00 0 300.33 1 0.64
Hex FF 49 FE 0 47 0 0 12C 64 40
Octal 377 111 376 0 107 0 0 454 144 100
Binary 11111111 1001001 11111110 0 1000111 0 0 100101100 1100100 1000000

Color Harmonies of #FF49FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF49FE

Black with #FF49FE

Text Example


Text Example

White with #FF49FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF49FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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