Html Css Color HEX #FE54EF Pink Flamingo

📋 copy color: '#FE54EF'

red 254 ◦ green 84 ◦ blue 239

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

Shades of Pink Flamingo #FE54EF

Tints of Pink Flamingo #FE54EF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.56%

 BLUE value IS 239 (93.75% from 255) = 41.42%

R = 44.02%
G = 14.56%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE54EF (or 0xFE54EF) is known color: Pink Flamingo. HEX triplet: FE, 54 and EF. RGB value is (254,84,239). Sum of RGB (Red+Green+Blue) = 254+84+239=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 84 (33.20% from 255 or 14.56% from 577); Blue value is 239 (93.75% from 255 or 41.42% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE54EF is #01AB10. Grayscale: #989898. Windows color (decimal): -109329 or 15684862. OLE color: 15684862.

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

Color convert

RGB 254 84 239 -
CMYK 0 0.67 0.06 0.00
HSL 305.29º 0.99% 0.66% -
HSV(B) 305.29º 0.67% 1% -
XYZ 59.62 33.64 85.01 -
YUV 152.5 176.82 200.4 -
System Red Green Blue C M Y K H S L
Decimal 254 84 239 0 0.67 0.06 0.00 305.29 0.99 0.66
Hex FE 54 EF 0 43 6 0 131 63 42
Octal 376 124 357 0 103 6 0 461 143 102
Binary 11111110 1010100 11101111 0 1000011 110 0 100110001 1100011 1000010

Color Harmonies of #FE54EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE54EF

Black with #FE54EF

Text Example


Text Example

White with #FE54EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE54EF; }

 p { color: rgb(254,84,239); }

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

background-color css

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

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

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

border-color css

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

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

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