#F14CFB

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

Shades of Pink Flamingo #F14CFB

Tints of Pink Flamingo #F14CFB

Color information

#F14CFB (or 0xF14CFB) is unknown color: approx Pink Flamingo. HEX triplet: F1, 4C and FB. RGB value is (241,76,251). Sum of RGB (Red+Green+Blue) = 241+76+251=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 76 (30.08% from 255 or 13.38% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #F14CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F14CFB is #0EB304. Grayscale: #909090. Windows color (decimal): -963333 or 16469233. OLE color: 16469233.

HSL color Cylindrical-coordinate representation of color #F14CFB: hue angle of 296.57º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14CFB is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24176251-
CMYK0.040.7000.02
HSL296.57º95.63%64.12%-
HSV(B)296.57º69.72%98.43%-
XYZ56.2730.8394.25-
YUV145.28187.66196.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.43%
GREEN value IS 76 (30.08% from 255) = 13.38%
BLUE value IS 251 (98.44% from 255) = 44.19%
R=42.43%
G=13.38%
B=44.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal241762510.040.7000.02296.5795.6364.12
HexF14CFB446021296040
Octal361114373410602451140100
Binary11110001100110011111011100100011001010010100111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14CFB; }

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

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

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

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

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

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

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

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