#F461ED

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

Shades of Pink Flamingo #F461ED

Tints of Pink Flamingo #F461ED

Color information

#F461ED (or 0xF461ED) is unknown color: approx Pink Flamingo. HEX triplet: F4, 61 and ED. RGB value is (244,97,237). Sum of RGB (Red+Green+Blue) = 244+97+237=578 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.21% from 578); Green value is 97 (38.28% from 255 or 16.78% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 244 - color contains mainly: red. Hex color #F461ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F461ED is #0B9E12. Grayscale: #9C9C9C. Windows color (decimal): -761363 or 15557108. OLE color: 15557108.

HSL color Cylindrical-coordinate representation of color #F461ED: hue angle of 302.86º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F461ED is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB24497237-
CMYK00.600.030.04
HSL302.86º86.98%66.86%-
HSV(B)302.86º60.25%95.69%-
XYZ56.8733.983.67-
YUV156.91173.2190.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.21%
GREEN value IS 97 (38.28% from 255) = 16.78%
BLUE value IS 237 (92.97% from 255) = 41.00%
R=42.21%
G=16.78%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449723700.600.030.04302.8686.9866.86
HexF461ED03C3412f5743
Octal36414135507434457127103
Binary1111010011000011110110101111001110010010111110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F461ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F461ED; }

 p { color: rgb(244,97,237); }

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

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

 a { background-color: rgb(244,97,237); }

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

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

 span { border-color: rgb(244,97,237); }

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