Html Css Color HEX #FE50FE Pink Flamingo

📋 copy color: '#FE50FE'

red 254 ◦ green 80 ◦ blue 254

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

Shades of Pink Flamingo #FE50FE

Tints of Pink Flamingo #FE50FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 13.61%

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

R = 43.2%
G = 13.61%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE50FE (or 0xFE50FE) is known color: Pink Flamingo. HEX triplet: FE, 50 and FE. RGB value is (254,80,254). Sum of RGB (Red+Green+Blue) = 254+80+254=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 80 (31.64% from 255 or 13.61% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE50FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE50FE is #01AF01. Grayscale: #979797. Windows color (decimal): -110338 or 16666878. OLE color: 16666878.

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

Color convert

RGB 254 80 254 -
CMYK 0 0.69 0 0.00
HSL 300º 0.99% 0.65% -
HSV(B) 300º 0.69% 1% -
XYZ 61.63 33.96 97.07 -
YUV 151.86 185.65 200.85 -
System Red Green Blue C M Y K H S L
Decimal 254 80 254 0 0.69 0 0.00 300 0.99 0.65
Hex FE 50 FE 0 45 0 0 12C 63 41
Octal 376 120 376 0 105 0 0 454 143 101
Binary 11111110 1010000 11111110 0 1000101 0 0 100101100 1100011 1000001

Color Harmonies of #FE50FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE50FE

Black with #FE50FE

Text Example


Text Example

White with #FE50FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE50FE; }

 p { color: rgb(254,80,254); }

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

background-color css

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

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

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

border-color css

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

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

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