#F061FA

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

Shades of Pink Flamingo #F061FA

Tints of Pink Flamingo #F061FA

Color information

#F061FA (or 0xF061FA) is unknown color: approx Pink Flamingo. HEX triplet: F0, 61 and FA. RGB value is (240,97,250). Sum of RGB (Red+Green+Blue) = 240+97+250=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 97 (38.28% from 255 or 16.52% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #F061FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F061FA is #0F9E05. Grayscale: #9C9C9C. Windows color (decimal): -1023494 or 16409072. OLE color: 16409072.

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

Color convert

RGB24097250-
CMYK0.040.6100.02
HSL296.08º93.87%68.04%-
HSV(B)296.08º61.2%98.04%-
XYZ57.4733.9893.97-
YUV157.2180.38187.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.89%
GREEN value IS 97 (38.28% from 255) = 16.52%
BLUE value IS 250 (98.05% from 255) = 42.59%
R=40.89%
G=16.52%
B=42.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal240972500.040.6100.02296.0893.8768.04
HexF061FA43D021285e44
Octal36014137247502450136104
Binary1111000011000011111101010011110101010010100010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F061FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F061FA; }

 p { color: rgb(240,97,250); }

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

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

 a { background-color: rgb(240,97,250); }

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

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

 span { border-color: rgb(240,97,250); }

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