Html Css Color HEX #FE5AF2 Pink Flamingo

📋 copy color: '#FE5AF2'

red 254 ◦ green 90 ◦ blue 242

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

Shades of Pink Flamingo #FE5AF2

Tints of Pink Flamingo #FE5AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.3%

R = 43.34%
G = 15.36%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FE5AF2 (or 0xFE5AF2) is known color: Pink Flamingo. HEX triplet: FE, 5A and F2. RGB value is (254,90,242). Sum of RGB (Red+Green+Blue) = 254+90+242=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 90 (35.55% from 255 or 15.36% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5AF2 is #01A50D. Grayscale: #9B9B9B. Windows color (decimal): -107790 or 15883006. OLE color: 15883006.

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

Color convert

RGB 254 90 242 -
CMYK 0 0.65 0.05 0.00
HSL 304.39º 0.99% 0.67% -
HSV(B) 304.39º 0.65% 1% -
XYZ 60.56 34.79 87.53 -
YUV 156.36 176.33 197.64 -
System Red Green Blue C M Y K H S L
Decimal 254 90 242 0 0.65 0.05 0.00 304.39 0.99 0.67
Hex FE 5A F2 0 41 5 0 130 63 43
Octal 376 132 362 0 101 5 0 460 143 103
Binary 11111110 1011010 11110010 0 1000001 101 0 100110000 1100011 1000011

Color Harmonies of #FE5AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5AF2

Black with #FE5AF2

Text Example


Text Example

White with #FE5AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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