#F14CFE

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

Shades of Pink Flamingo #F14CFE

Tints of Pink Flamingo #F14CFE

Color information

#F14CFE (or 0xF14CFE) is unknown color: approx Pink Flamingo. HEX triplet: F1, 4C and FE. RGB value is (241,76,254). Sum of RGB (Red+Green+Blue) = 241+76+254=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 76 (30.08% from 255 or 13.31% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #F14CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F14CFE is #0EB301. Grayscale: #919191. Windows color (decimal): -963330 or 16665841. OLE color: 16665841.

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

Color convert

RGB24176254-
CMYK0.050.7000.00
HSL295.62º98.89%64.71%-
HSV(B)295.62º70.08%99.61%-
XYZ56.7531.0396.76-
YUV145.63189.16196.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.21%
GREEN value IS 76 (30.08% from 255) = 13.31%
BLUE value IS 254 (99.61% from 255) = 44.48%
R=42.21%
G=13.31%
B=44.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal241762540.050.7000.00295.6298.8964.71
HexF14CFE546001286341
Octal361114376510600450143101
Binary1111000110011001111111010110001100010010100011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14CFE; }

 p { color: rgb(241,76,254); }

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

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

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

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

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

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

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