#FF4EF1

Color #FF4EF1 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FF4EF1

Tints of Pink Flamingo #FF4EF1

Color information

#FF4EF1 (or 0xFF4EF1) is unknown color: approx Pink Flamingo. HEX triplet: FF, 4E and F1. RGB value is (255,78,241). Sum of RGB (Red+Green+Blue) = 255+78+241=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 78 (30.86% from 255 or 13.59% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4EF1 is #00B10E. Grayscale: #959595. Windows color (decimal): -45327 or 15814399. OLE color: 15814399.

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

Color convert

RGB25578241-
CMYK00.690.050
HSL304.75º100%65.29%-
HSV(B)304.75º69.41%100%-
XYZ59.8433.0686.45-
YUV149.5179.64203.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.43%
GREEN value IS 78 (30.86% from 255) = 13.59%
BLUE value IS 241 (94.53% from 255) = 41.99%
R=44.43%
G=13.59%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557824100.690.050304.7510065.29
HexFF4EF1045501316441
Octal377116361010550461144101
Binary1111111110011101111000101000101101010011000111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4EF1; }

 p { color: rgb(255,78,241); }

 H1.HeaderClassName
 {
   color: #FF4EF1;
 }
 .AnyTagClassName
 {
   color: #FF4EF1;
 }
</style>
background-color css

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

 a { background-color: rgb(255,78,241); }

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

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

 span { border-color: rgb(255,78,241); }

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