#F461FE

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

Shades of Pink Flamingo #F461FE

Tints of Pink Flamingo #F461FE

Color information

#F461FE (or 0xF461FE) is unknown color: approx Pink Flamingo. HEX triplet: F4, 61 and FE. RGB value is (244,97,254). Sum of RGB (Red+Green+Blue) = 244+97+254=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 97 (38.28% from 255 or 16.30% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #F461FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F461FE is #0B9E01. Grayscale: #9E9E9E. Windows color (decimal): -761346 or 16671220. OLE color: 16671220.

HSL color Cylindrical-coordinate representation of color #F461FE: hue angle of 296.18º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F461FE is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB24497254-
CMYK0.040.6200.00
HSL296.18º98.74%68.82%-
HSV(B)296.18º61.81%99.61%-
XYZ59.4734.9497.38-
YUV158.85181.7188.73-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.01%
GREEN value IS 97 (38.28% from 255) = 16.30%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=41.01%
G=16.30%
B=42.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal244972540.040.6200.00296.1898.7468.82
HexF461FE43E001286345
Octal36414137647600450143105
Binary111101001100001111111101001111100010010100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F461FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F461FE; }

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

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

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

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

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

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

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

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