Html Css Color HEX #FE4EF5 Pink Flamingo

📋 copy color: '#FE4EF5'

red 254 ◦ green 78 ◦ blue 245

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

Shades of Pink Flamingo #FE4EF5

Tints of Pink Flamingo #FE4EF5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 13.52%

 BLUE value IS 245 (96.09% from 255) = 42.46%

R = 44.02%
G = 13.52%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FE4EF5 (or 0xFE4EF5) is known color: Pink Flamingo. HEX triplet: FE, 4E and F5. RGB value is (254,78,245). Sum of RGB (Red+Green+Blue) = 254+78+245=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 78 (30.86% from 255 or 13.52% from 577); Blue value is 245 (96.09% from 255 or 42.46% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4EF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE4EF5 is #01B10A. Grayscale: #959595. Windows color (decimal): -110859 or 16076542. OLE color: 16076542.

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

Color convert

RGB 254 78 245 -
CMYK 0 0.69 0.04 0.00
HSL 303.07º 0.99% 0.65% -
HSV(B) 303.07º 0.69% 1% -
XYZ 60.08 33.11 89.61 -
YUV 149.66 181.81 202.42 -
System Red Green Blue C M Y K H S L
Decimal 254 78 245 0 0.69 0.04 0.00 303.07 0.99 0.65
Hex FE 4E F5 0 45 4 0 12F 63 41
Octal 376 116 365 0 105 4 0 457 143 101
Binary 11111110 1001110 11110101 0 1000101 100 0 100101111 1100011 1000001

Color Harmonies of #FE4EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4EF5

Black with #FE4EF5

Text Example


Text Example

White with #FE4EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4EF5; }

 p { color: rgb(254,78,245); }

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

background-color css

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

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

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

border-color css

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

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

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