#F047FB

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

Shades of Pink Flamingo #F047FB

Tints of Pink Flamingo #F047FB

Color information

#F047FB (or 0xF047FB) is unknown color: approx Pink Flamingo. HEX triplet: F0, 47 and FB. RGB value is (240,71,251). Sum of RGB (Red+Green+Blue) = 240+71+251=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 71 (28.12% from 255 or 12.63% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #F047FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F047FB is #0FB804. Grayscale: #8D8D8D. Windows color (decimal): -1030149 or 16467952. OLE color: 16467952.

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

Color convert

RGB24071251-
CMYK0.040.7200.02
HSL296.33º95.74%63.14%-
HSV(B)296.33º71.71%98.43%-
XYZ55.63094.13-
YUV142.05189.49197.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.70%
GREEN value IS 71 (28.12% from 255) = 12.63%
BLUE value IS 251 (98.44% from 255) = 44.66%
R=42.70%
G=12.63%
B=44.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal240712510.040.7200.02296.3395.7463.14
HexF047FB44802128603f
Octal36010737341100245014077
Binary1111000010001111111101110010010000101001010001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F047FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F047FB; }

 p { color: rgb(240,71,251); }

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

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

 a { background-color: rgb(240,71,251); }

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

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

 span { border-color: rgb(240,71,251); }

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