Html Css Color HEX #FE54FF Pink Flamingo

📋 copy color: '#FE54FF'

red 254 ◦ green 84 ◦ blue 255

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

Shades of Pink Flamingo #FE54FF

Tints of Pink Flamingo #FE54FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43%

R = 42.83%
G = 14.17%
B = 43%

CMYK

 C value IS 0.00

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE54FF (or 0xFE54FF) is known color: Pink Flamingo. HEX triplet: FE, 54 and FF. RGB value is (254,84,255). Sum of RGB (Red+Green+Blue) = 254+84+255=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 84 (33.20% from 255 or 14.17% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE54FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE54FF is #01AB00. Grayscale: #999999. Windows color (decimal): -109313 or 16733438. OLE color: 16733438.

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

Color convert

RGB 254 84 255 -
CMYK 0.00 0.67 0 0
HSL 299.65º 1% 0.66% -
HSV(B) 299.65º 0.67% 1% -
XYZ 62.09 34.63 98.02 -
YUV 154.32 184.82 199.1 -
System Red Green Blue C M Y K H S L
Decimal 254 84 255 0.00 0.67 0 0 299.65 1 0.66
Hex FE 54 FF 0 43 0 0 12C 64 42
Octal 376 124 377 0 103 0 0 454 144 102
Binary 11111110 1010100 11111111 0 1000011 0 0 100101100 1100100 1000010

Color Harmonies of #FE54FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE54FF

Black with #FE54FF

Text Example


Text Example

White with #FE54FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE54FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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