#F64EFC

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

Shades of Pink Flamingo #F64EFC

Tints of Pink Flamingo #F64EFC

Color information

#F64EFC (or 0xF64EFC) is unknown color: approx Pink Flamingo. HEX triplet: F6, 4E and FC. RGB value is (246,78,252). Sum of RGB (Red+Green+Blue) = 246+78+252=576 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.71% from 576); Green value is 78 (30.86% from 255 or 13.54% from 576); Blue value is 252 (98.83% from 255 or 43.75% from 576); Max value from RGB is 252 - color contains mainly: blue. Hex color #F64EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F64EFC is #09B103. Grayscale: #939393. Windows color (decimal): -635140 or 16535286. OLE color: 16535286.

HSL color Cylindrical-coordinate representation of color #F64EFC: hue angle of 297.93º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64EFC is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24678252-
CMYK0.020.6900.01
HSL297.93º96.67%64.71%-
HSV(B)297.93º69.05%98.82%-
XYZ58.332.0795.21-
YUV148.07186.66197.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 42.71%
GREEN value IS 78 (30.86% from 255) = 13.54%
BLUE value IS 252 (98.83% from 255) = 43.75%
R=42.71%
G=13.54%
B=43.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal246782520.020.6900.01297.9396.6764.71
HexF64EFC2450112a6141
Octal366116374210501452141101
Binary111101101001110111111001010001010110010101011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64EFC; }

 p { color: rgb(246,78,252); }

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

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

 a { background-color: rgb(246,78,252); }

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

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

 span { border-color: rgb(246,78,252); }

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