#F461FF

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

Shades of Pink Flamingo #F461FF

Tints of Pink Flamingo #F461FF

Color information

#F461FF (or 0xF461FF) is unknown color: approx Pink Flamingo. HEX triplet: F4, 61 and FF. RGB value is (244,97,255). Sum of RGB (Red+Green+Blue) = 244+97+255=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 97 (38.28% from 255 or 16.28% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #F461FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F461FF is #0B9E00. Grayscale: #9E9E9E. Windows color (decimal): -761345 or 16736756. OLE color: 16736756.

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

Color convert

RGB24497255-
CMYK0.040.6200
HSL295.82º100%69.02%-
HSV(B)295.82º61.96%100%-
XYZ59.633598.22-
YUV158.96182.2188.65-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.94%
GREEN value IS 97 (38.28% from 255) = 16.28%
BLUE value IS 255 (100% from 255) = 42.79%
R=40.94%
G=16.28%
B=42.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal244972550.040.6200295.8210069.02
HexF461FF43E001286445
Octal36414137747600450144105
Binary111101001100001111111111001111100010010100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F461FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F461FF; }

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

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

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

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

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

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

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

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