#F065FA

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

Shades of Pink Flamingo #F065FA

Tints of Pink Flamingo #F065FA

Color information

#F065FA (or 0xF065FA) is unknown color: approx Pink Flamingo. HEX triplet: F0, 65 and FA. RGB value is (240,101,250). Sum of RGB (Red+Green+Blue) = 240+101+250=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 101 (39.84% from 255 or 17.09% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #F065FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F065FA is #0F9A05. Grayscale: #9F9F9F. Windows color (decimal): -1022470 or 16410096. OLE color: 16410096.

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

Color convert

RGB240101250-
CMYK0.040.6000.02
HSL295.97º93.71%68.82%-
HSV(B)295.97º59.6%98.04%-
XYZ57.8434.7394.1-
YUV159.55179.05185.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.61%
GREEN value IS 101 (39.84% from 255) = 17.09%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=40.61%
G=17.09%
B=42.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401012500.040.6000.02295.9793.7168.82
HexF065FA43C021285e45
Octal36014537247402450136105
Binary1111000011001011111101010011110001010010100010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F065FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F065FA; }

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

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

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

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

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

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

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

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