#F65DEA

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

Shades of Pink Flamingo #F65DEA

Tints of Pink Flamingo #F65DEA

Color information

#F65DEA (or 0xF65DEA) is unknown color: approx Pink Flamingo. HEX triplet: F6, 5D and EA. RGB value is (246,93,234). Sum of RGB (Red+Green+Blue) = 246+93+234=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 93 (36.72% from 255 or 16.23% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F65DEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65DEA is #09A215. Grayscale: #9A9A9A. Windows color (decimal): -631318 or 15359478. OLE color: 15359478.

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

Color convert

RGB24693234-
CMYK00.620.050.04
HSL304.71º89.47%66.47%-
HSV(B)304.71º62.2%96.47%-
XYZ56.7733.3681.29-
YUV154.82172.69193.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.93%
GREEN value IS 93 (36.72% from 255) = 16.23%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=42.93%
G=16.23%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469323400.620.050.04304.7189.4766.47
HexF65DEA03E541315942
Octal36613535207654461131102
Binary11110110101110111101010011111010110010011000110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65DEA; }

 p { color: rgb(246,93,234); }

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

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

 a { background-color: rgb(246,93,234); }

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

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

 span { border-color: rgb(246,93,234); }

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