#F14DF8

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

Shades of Pink Flamingo #F14DF8

Tints of Pink Flamingo #F14DF8

Color information

#F14DF8 (or 0xF14DF8) is unknown color: approx Pink Flamingo. HEX triplet: F1, 4D and F8. RGB value is (241,77,248). Sum of RGB (Red+Green+Blue) = 241+77+248=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 77 (30.47% from 255 or 13.60% from 566); Blue value is 248 (97.27% from 255 or 43.82% from 566); Max value from RGB is 248 - color contains mainly: blue. Hex color #F14DF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F14DF8 is #0EB207. Grayscale: #919191. Windows color (decimal): -963080 or 16272881. OLE color: 16272881.

HSL color Cylindrical-coordinate representation of color #F14DF8: hue angle of 297.54º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F14DF8 is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB24177248-
CMYK0.030.6900.03
HSL297.54º92.43%63.73%-
HSV(B)297.54º68.95%97.25%-
XYZ55.8730.7991.8-
YUV145.53185.83196.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.58%
GREEN value IS 77 (30.47% from 255) = 13.60%
BLUE value IS 248 (97.27% from 255) = 43.82%
R=42.58%
G=13.60%
B=43.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal241772480.030.6900.03297.5492.4363.73
HexF14DF83450312a5c40
Octal361115370310503452134100
Binary1111000110011011111100011100010101110010101010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14DF8; }

 p { color: rgb(241,77,248); }

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

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

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

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

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

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

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