#F040FF

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

Shades of Pink Flamingo #F040FF

Tints of Pink Flamingo #F040FF

Color information

#F040FF (or 0xF040FF) is unknown color: approx Pink Flamingo. HEX triplet: F0, 40 and FF. RGB value is (240,64,255). Sum of RGB (Red+Green+Blue) = 240+64+255=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 64 (25.39% from 255 or 11.45% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #F040FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F040FF is #0FBF00. Grayscale: #898989. Windows color (decimal): -1031937 or 16728304. OLE color: 16728304.

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

Color convert

RGB24064255-
CMYK0.060.7500
HSL295.29º100%62.55%-
HSV(B)295.29º74.9%100%-
XYZ55.8229.4197.34-
YUV138.4193.81200.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.93%
GREEN value IS 64 (25.39% from 255) = 11.45%
BLUE value IS 255 (100% from 255) = 45.62%
R=42.93%
G=11.45%
B=45.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal240642550.060.7500295.2910062.55
HexF040FF64B00127643f
Octal36010037761130044714477
Binary111100001000000111111111101001011001001001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F040FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F040FF; }

 p { color: rgb(240,64,255); }

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

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

 a { background-color: rgb(240,64,255); }

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

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

 span { border-color: rgb(240,64,255); }

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