#F65EF4

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

Shades of Pink Flamingo #F65EF4

Tints of Pink Flamingo #F65EF4

Color information

#F65EF4 (or 0xF65EF4) is unknown color: approx Pink Flamingo. HEX triplet: F6, 5E and F4. RGB value is (246,94,244). Sum of RGB (Red+Green+Blue) = 246+94+244=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 94 (37.11% from 255 or 16.10% from 584); Blue value is 244 (95.70% from 255 or 41.78% from 584); Max value from RGB is 246 - color contains mainly: red. Hex color #F65EF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65EF4 is #09A10B. Grayscale: #9C9C9C. Windows color (decimal): -631052 or 16015094. OLE color: 16015094.

HSL color Cylindrical-coordinate representation of color #F65EF4: hue angle of 300.79º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65EF4 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB24694244-
CMYK00.620.010.04
HSL300.79º89.41%66.67%-
HSV(B)300.79º61.79%96.47%-
XYZ58.3434.1389.1-
YUV156.55177.36191.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.12%
GREEN value IS 94 (37.11% from 255) = 16.10%
BLUE value IS 244 (95.70% from 255) = 41.78%
R=42.12%
G=16.10%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469424400.620.010.04300.7989.4166.67
HexF65EF403E1412d5943
Octal36613636407614455131103
Binary111101101011110111101000111110110010010110110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65EF4; }

 p { color: rgb(246,94,244); }

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

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

 a { background-color: rgb(246,94,244); }

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

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

 span { border-color: rgb(246,94,244); }

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