Html Css Color HEX #FE5AFE Pink Flamingo

📋 copy color: '#FE5AFE'

red 254 ◦ green 90 ◦ blue 254

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

Shades of Pink Flamingo #FE5AFE

Tints of Pink Flamingo #FE5AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.47%

R = 42.47%
G = 15.05%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FE5AFE (or 0xFE5AFE) is known color: Pink Flamingo. HEX triplet: FE, 5A and FE. RGB value is (254,90,254). Sum of RGB (Red+Green+Blue) = 254+90+254=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 90 (35.55% from 255 or 15.05% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: red, blue. Hex color #FE5AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5AFE is #01A501. Grayscale: #9D9D9D. Windows color (decimal): -107778 or 16669438. OLE color: 16669438.

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

Color convert

RGB 254 90 254 -
CMYK 0 0.65 0 0.00
HSL 300º 0.99% 0.67% -
HSV(B) 300º 0.65% 1% -
XYZ 62.42 35.54 97.34 -
YUV 157.73 182.33 196.66 -
System Red Green Blue C M Y K H S L
Decimal 254 90 254 0 0.65 0 0.00 300 0.99 0.67
Hex FE 5A FE 0 41 0 0 12C 63 43
Octal 376 132 376 0 101 0 0 454 143 103
Binary 11111110 1011010 11111110 0 1000001 0 0 100101100 1100011 1000011

Color Harmonies of #FE5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5AFE

Black with #FE5AFE

Text Example


Text Example

White with #FE5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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