#F060FE

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

Shades of Pink Flamingo #F060FE

Tints of Pink Flamingo #F060FE

Color information

#F060FE (or 0xF060FE) is unknown color: approx Pink Flamingo. HEX triplet: F0, 60 and FE. RGB value is (240,96,254). Sum of RGB (Red+Green+Blue) = 240+96+254=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 96 (37.89% from 255 or 16.27% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #F060FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F060FE is #0F9F01. Grayscale: #9C9C9C. Windows color (decimal): -1023746 or 16670960. OLE color: 16670960.

HSL color Cylindrical-coordinate representation of color #F060FE: hue angle of 294.68º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F060FE is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB24096254-
CMYK0.060.6200.00
HSL294.68º98.75%68.63%-
HSV(B)294.68º62.2%99.61%-
XYZ58.0134.0597.28-
YUV157.07182.71187.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.68%
GREEN value IS 96 (37.89% from 255) = 16.27%
BLUE value IS 254 (99.61% from 255) = 43.05%
R=40.68%
G=16.27%
B=43.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal240962540.060.6200.00294.6898.7568.63
HexF060FE63E001276345
Octal36014037667600447143105
Binary111100001100000111111101101111100010010011111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F060FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F060FE; }

 p { color: rgb(240,96,254); }

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

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

 a { background-color: rgb(240,96,254); }

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

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

 span { border-color: rgb(240,96,254); }

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