Html Css Color HEX #FE5AF0 Pink Flamingo

📋 copy color: '#FE5AF0'

red 254 ◦ green 90 ◦ blue 240

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

Shades of Pink Flamingo #FE5AF0

Tints of Pink Flamingo #FE5AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.1%

R = 43.49%
G = 15.41%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE5AF0 (or 0xFE5AF0) is known color: Pink Flamingo. HEX triplet: FE, 5A and F0. RGB value is (254,90,240). Sum of RGB (Red+Green+Blue) = 254+90+240=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 90 (35.55% from 255 or 15.41% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5AF0 is #01A50F. Grayscale: #9B9B9B. Windows color (decimal): -107792 or 15751934. OLE color: 15751934.

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

Color convert

RGB 254 90 240 -
CMYK 0 0.65 0.06 0.00
HSL 305.12º 0.99% 0.67% -
HSV(B) 305.12º 0.65% 1% -
XYZ 60.26 34.67 85.95 -
YUV 156.14 175.33 197.8 -
System Red Green Blue C M Y K H S L
Decimal 254 90 240 0 0.65 0.06 0.00 305.12 0.99 0.67
Hex FE 5A F0 0 41 6 0 131 63 43
Octal 376 132 360 0 101 6 0 461 143 103
Binary 11111110 1011010 11110000 0 1000001 110 0 100110001 1100011 1000011

Color Harmonies of #FE5AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5AF0

Black with #FE5AF0

Text Example


Text Example

White with #FE5AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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