#F14EF1

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

Shades of Pink Flamingo #F14EF1

Tints of Pink Flamingo #F14EF1

Color information

#F14EF1 (or 0xF14EF1) is unknown color: approx Pink Flamingo. HEX triplet: F1, 4E and F1. RGB value is (241,78,241). Sum of RGB (Red+Green+Blue) = 241+78+241=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 78 (30.86% from 255 or 13.93% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F14EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F14EF1 is #0EB10E. Grayscale: #909090. Windows color (decimal): -962831 or 15814385. OLE color: 15814385.

HSL color Cylindrical-coordinate representation of color #F14EF1: hue angle of 300º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14EF1 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB24178241-
CMYK00.6800.05
HSL300º85.34%62.55%-
HSV(B)300º67.63%94.51%-
XYZ54.8830.586.21-
YUV145.32182196.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.04%
GREEN value IS 78 (30.86% from 255) = 13.93%
BLUE value IS 241 (94.53% from 255) = 43.04%
R=43.04%
G=13.93%
B=43.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417824100.6800.0530085.3462.55
HexF14EF10440512c553f
Octal36111636101040545412577
Binary111100011001110111100010100010001011001011001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14EF1; }

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

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

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

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

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

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

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

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