Html Css Color HEX #FE49FF Pink Flamingo

📋 copy color: '#FE49FF'

red 254 ◦ green 73 ◦ blue 255

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

Shades of Pink Flamingo #FE49FF

Tints of Pink Flamingo #FE49FF

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #FE49FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE49FF

Black with #FE49FF

Text Example


Text Example

White with #FE49FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE49FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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