#F14AF3

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

Shades of Pink Flamingo #F14AF3

Tints of Pink Flamingo #F14AF3

Color information

#F14AF3 (or 0xF14AF3) is unknown color: approx Pink Flamingo. HEX triplet: F1, 4A and F3. RGB value is (241,74,243). Sum of RGB (Red+Green+Blue) = 241+74+243=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 74 (29.30% from 255 or 13.26% from 558); Blue value is 243 (95.31% from 255 or 43.55% from 558); Max value from RGB is 243 - color contains mainly: blue. Hex color #F14AF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F14AF3 is #0EB50C. Grayscale: #8E8E8E. Windows color (decimal): -963853 or 15944433. OLE color: 15944433.

HSL color Cylindrical-coordinate representation of color #F14AF3: hue angle of 299.29º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14AF3 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB24174243-
CMYK0.010.7000.05
HSL299.29º87.56%62.16%-
HSV(B)299.29º69.55%95.29%-
XYZ54.930.0787.7-
YUV143.2184.33197.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.19%
GREEN value IS 74 (29.30% from 255) = 13.26%
BLUE value IS 243 (95.31% from 255) = 43.55%
R=43.19%
G=13.26%
B=43.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241742430.010.7000.05299.2987.5662.16
HexF14AF31460512b583e
Octal36111236311060545313076
Binary111100011001010111100111100011001011001010111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14AF3; }

 p { color: rgb(241,74,243); }

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

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

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

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

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

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

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