Html Css Color HEX #FE50FA Pink Flamingo

📋 copy color: '#FE50FA'

red 254 ◦ green 80 ◦ blue 250

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

Shades of Pink Flamingo #FE50FA

Tints of Pink Flamingo #FE50FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.81%

R = 43.49%
G = 13.7%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE50FA (or 0xFE50FA) is known color: Pink Flamingo. HEX triplet: FE, 50 and FA. RGB value is (254,80,250). Sum of RGB (Red+Green+Blue) = 254+80+250=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 80 (31.64% from 255 or 13.70% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE50FA is #01AF05. Grayscale: #969696. Windows color (decimal): -110342 or 16404734. OLE color: 16404734.

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

Color convert

RGB 254 80 250 -
CMYK 0 0.69 0.02 0.00
HSL 301.38º 0.99% 0.65% -
HSV(B) 301.38º 0.69% 1% -
XYZ 61 33.71 93.73 -
YUV 151.41 183.65 201.18 -
System Red Green Blue C M Y K H S L
Decimal 254 80 250 0 0.69 0.02 0.00 301.38 0.99 0.65
Hex FE 50 FA 0 45 2 0 12D 63 41
Octal 376 120 372 0 105 2 0 455 143 101
Binary 11111110 1010000 11111010 0 1000101 10 0 100101101 1100011 1000001

Color Harmonies of #FE50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE50FA

Black with #FE50FA

Text Example


Text Example

White with #FE50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE50FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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