Html Css Color HEX #FE50F5 Pink Flamingo

📋 copy color: '#FE50F5'

red 254 ◦ green 80 ◦ blue 245

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

Shades of Pink Flamingo #FE50F5

Tints of Pink Flamingo #FE50F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.31%

R = 43.87%
G = 13.82%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE50F5 (or 0xFE50F5) is known color: Pink Flamingo. HEX triplet: FE, 50 and F5. RGB value is (254,80,245). Sum of RGB (Red+Green+Blue) = 254+80+245=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 80 (31.64% from 255 or 13.82% from 579); Blue value is 245 (96.09% from 255 or 42.31% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE50F5 is #01AF0A. Grayscale: #969696. Windows color (decimal): -110347 or 16077054. OLE color: 16077054.

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

Color convert

RGB 254 80 245 -
CMYK 0 0.69 0.04 0.00
HSL 303.1º 0.99% 0.65% -
HSV(B) 303.1º 0.69% 1% -
XYZ 60.22 33.4 89.66 -
YUV 150.84 181.15 201.58 -
System Red Green Blue C M Y K H S L
Decimal 254 80 245 0 0.69 0.04 0.00 303.1 0.99 0.65
Hex FE 50 F5 0 45 4 0 12F 63 41
Octal 376 120 365 0 105 4 0 457 143 101
Binary 11111110 1010000 11110101 0 1000101 100 0 100101111 1100011 1000001

Color Harmonies of #FE50F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE50F5

Black with #FE50F5

Text Example


Text Example

White with #FE50F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE50F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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