#F364F0

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

Shades of Pink Flamingo #F364F0

Tints of Pink Flamingo #F364F0

Color information

#F364F0 (or 0xF364F0) is unknown color: approx Pink Flamingo. HEX triplet: F3, 64 and F0. RGB value is (243,100,240). Sum of RGB (Red+Green+Blue) = 243+100+240=583 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.68% from 583); Green value is 100 (39.45% from 255 or 17.15% from 583); Blue value is 240 (94.14% from 255 or 41.17% from 583); Max value from RGB is 243 - color contains mainly: red. Hex color #F364F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F364F0 is #0C9B0F. Grayscale: #9E9E9E. Windows color (decimal): -826128 or 15754483. OLE color: 15754483.

HSL color Cylindrical-coordinate representation of color #F364F0: hue angle of 301.26º degrees, saturation: 0.86, 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 #F364F0 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB243100240-
CMYK00.590.010.05
HSL301.26º85.63%67.25%-
HSV(B)301.26º58.85%95.29%-
XYZ57.2534.4686.07-
YUV158.72173.88188.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.68%
GREEN value IS 100 (39.45% from 255) = 17.15%
BLUE value IS 240 (94.14% from 255) = 41.17%
R=41.68%
G=17.15%
B=41.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310024000.590.010.05301.2685.6367.25
HexF364F003B1512d5643
Octal36314436007315455126103
Binary111100111100100111100000111011110110010110110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F364F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F364F0; }

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

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

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

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

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

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

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

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