Html Css Color HEX #FE49FB Pink Flamingo

📋 copy color: '#FE49FB'

red 254 ◦ green 73 ◦ blue 251

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

Shades of Pink Flamingo #FE49FB

Tints of Pink Flamingo #FE49FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.43%

R = 43.94%
G = 12.63%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#FE49FB (or 0xFE49FB) is known color: Pink Flamingo. HEX triplet: FE, 49 and FB. RGB value is (254,73,251). Sum of RGB (Red+Green+Blue) = 254+73+251=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 73 (28.91% from 255 or 12.63% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE49FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE49FB is #01B604. Grayscale: #929292. Windows color (decimal): -112133 or 16468478. OLE color: 16468478.

HSL color Cylindrical-coordinate representation of color #FE49FB: hue angle of 300.99º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE49FB is Cyan = 0, Magento = 0.71, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 73 251 -
CMYK 0 0.71 0.01 0.00
HSL 300.99º 0.99% 0.64% -
HSV(B) 300.99º 0.71% 1% -
XYZ 60.67 32.8 94.4 -
YUV 147.41 186.47 204.03 -
System Red Green Blue C M Y K H S L
Decimal 254 73 251 0 0.71 0.01 0.00 300.99 0.99 0.64
Hex FE 49 FB 0 47 1 0 12D 63 40
Octal 376 111 373 0 107 1 0 455 143 100
Binary 11111110 1001001 11111011 0 1000111 1 0 100101101 1100011 1000000

Color Harmonies of #FE49FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE49FB

Black with #FE49FB

Text Example


Text Example

White with #FE49FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE49FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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