Html Css Color HEX #FE5AFF Pink Flamingo

📋 copy color: '#FE5AFF'

red 254 ◦ green 90 ◦ blue 255

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

Shades of Pink Flamingo #FE5AFF

Tints of Pink Flamingo #FE5AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.03%

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

R = 42.4%
G = 15.03%
B = 42.57%

CMYK

 C value IS 0.00

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FE5AFF (or 0xFE5AFF) is known color: Pink Flamingo. HEX triplet: FE, 5A and FF. RGB value is (254,90,255). Sum of RGB (Red+Green+Blue) = 254+90+255=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 90 (35.55% from 255 or 15.03% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE5AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5AFF is #01A500. Grayscale: #9D9D9D. Windows color (decimal): -107777 or 16734974. OLE color: 16734974.

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

Color convert

RGB 254 90 255 -
CMYK 0.00 0.65 0 0
HSL 299.64º 1% 0.68% -
HSV(B) 299.64º 0.65% 1% -
XYZ 62.58 35.6 98.18 -
YUV 157.85 182.83 196.58 -
System Red Green Blue C M Y K H S L
Decimal 254 90 255 0.00 0.65 0 0 299.64 1 0.68
Hex FE 5A FF 0 41 0 0 12C 64 44
Octal 376 132 377 0 101 0 0 454 144 104
Binary 11111110 1011010 11111111 0 1000001 0 0 100101100 1100100 1000100

Color Harmonies of #FE5AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5AFF

Black with #FE5AFF

Text Example


Text Example

White with #FE5AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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