#F06AFA

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

Shades of Pink Flamingo #F06AFA

Tints of Pink Flamingo #F06AFA

Color information

#F06AFA (or 0xF06AFA) is unknown color: approx Pink Flamingo. HEX triplet: F0, 6A and FA. RGB value is (240,106,250). Sum of RGB (Red+Green+Blue) = 240+106+250=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 106 (41.80% from 255 or 17.79% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #F06AFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F06AFA is #0F9505. Grayscale: #A2A2A2. Windows color (decimal): -1021190 or 16411376. OLE color: 16411376.

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

Color convert

RGB240106250-
CMYK0.040.5800.02
HSL295.83º93.51%69.8%-
HSV(B)295.83º57.6%98.04%-
XYZ58.3435.7494.27-
YUV162.48177.39183.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.27%
GREEN value IS 106 (41.80% from 255) = 17.79%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=40.27%
G=17.79%
B=41.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401062500.040.5800.02295.8393.5169.8
HexF06AFA43A021285e46
Octal36015237247202450136106
Binary1111000011010101111101010011101001010010100010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06AFA; }

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

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

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

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

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

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

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

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