#F14EFF

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

Shades of Pink Flamingo #F14EFF

Tints of Pink Flamingo #F14EFF

Color information

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

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

Color convert

RGB24178255-
CMYK0.050.6900
HSL295.25º100%65.29%-
HSV(B)295.25º69.41%100%-
XYZ57.0531.3797.66-
YUV146.92189195.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal241782550.050.6900295.2510065.29
HexF14EFF545001276441
Octal361116377510500447144101
Binary1111000110011101111111110110001010010010011111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14EFF; }

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

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

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

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

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

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

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

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