Html Css Color HEX #FE5DFA Pink Flamingo

📋 copy color: '#FE5DFA'

red 254 ◦ green 93 ◦ blue 250

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

Shades of Pink Flamingo #FE5DFA

Tints of Pink Flamingo #FE5DFA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.58%

 BLUE value IS 250 (98.05% from 255) = 41.88%

R = 42.55%
G = 15.58%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FE5DFA (or 0xFE5DFA) is known color: Pink Flamingo. HEX triplet: FE, 5D and FA. RGB value is (254,93,250). Sum of RGB (Red+Green+Blue) = 254+93+250=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 93 (36.72% from 255 or 15.58% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5DFA is #01A205. Grayscale: #9E9E9E. Windows color (decimal): -107014 or 16408062. OLE color: 16408062.

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

Color convert

RGB 254 93 250 -
CMYK 0 0.63 0.02 0.00
HSL 301.49º 0.99% 0.68% -
HSV(B) 301.49º 0.63% 1% -
XYZ 62.04 35.8 94.08 -
YUV 159.04 179.34 195.73 -
System Red Green Blue C M Y K H S L
Decimal 254 93 250 0 0.63 0.02 0.00 301.49 0.99 0.68
Hex FE 5D FA 0 3F 2 0 12D 63 44
Octal 376 135 372 0 77 2 0 455 143 104
Binary 11111110 1011101 11111010 0 111111 10 0 100101101 1100011 1000100

Color Harmonies of #FE5DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5DFA

Black with #FE5DFA

Text Example


Text Example

White with #FE5DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5DFA; }

 p { color: rgb(254,93,250); }

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

background-color css

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

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

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

border-color css

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

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

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