#F064F1

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

Shades of Pink Flamingo #F064F1

Tints of Pink Flamingo #F064F1

Color information

#F064F1 (or 0xF064F1) is unknown color: approx Pink Flamingo. HEX triplet: F0, 64 and F1. RGB value is (240,100,241). Sum of RGB (Red+Green+Blue) = 240+100+241=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 100 (39.45% from 255 or 17.21% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #F064F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F064F1 is #0F9B0E. Grayscale: #9D9D9D. Windows color (decimal): -1022735 or 15820016. OLE color: 15820016.

HSL color Cylindrical-coordinate representation of color #F064F1: hue angle of 299.57º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F064F1 is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240100241-
CMYK0.000.5900.05
HSL299.57º83.43%66.86%-
HSV(B)299.57º58.51%94.51%-
XYZ56.3733.9986.81-
YUV157.93174.88186.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.31%
GREEN value IS 100 (39.45% from 255) = 17.21%
BLUE value IS 241 (94.53% from 255) = 41.48%
R=41.31%
G=17.21%
B=41.48%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401002410.000.5900.05299.5783.4366.86
HexF064F103B0512c5343
Octal36014436107305454123103
Binary111100001100100111100010111011010110010110010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F064F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F064F1; }

 p { color: rgb(240,100,241); }

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

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

 a { background-color: rgb(240,100,241); }

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

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

 span { border-color: rgb(240,100,241); }

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