#F460F9

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

Shades of Pink Flamingo #F460F9

Tints of Pink Flamingo #F460F9

Color information

#F460F9 (or 0xF460F9) is unknown color: approx Pink Flamingo. HEX triplet: F4, 60 and F9. RGB value is (244,96,249). Sum of RGB (Red+Green+Blue) = 244+96+249=589 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.43% from 589); Green value is 96 (37.89% from 255 or 16.30% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #F460F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F460F9 is #0B9F06. Grayscale: #9D9D9D. Windows color (decimal): -761607 or 16343284. OLE color: 16343284.

HSL color Cylindrical-coordinate representation of color #F460F9: hue angle of 298.04º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F460F9 is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24496249-
CMYK0.020.6100.02
HSL298.04º92.73%67.65%-
HSV(B)298.04º61.45%97.65%-
XYZ58.5934.4493.18-
YUV157.69179.53189.56-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.43%
GREEN value IS 96 (37.89% from 255) = 16.30%
BLUE value IS 249 (97.66% from 255) = 42.28%
R=41.43%
G=16.30%
B=42.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal244962490.020.6100.02298.0492.7367.65
HexF460F923D0212a5d44
Octal36414037127502452135104
Binary111101001100000111110011011110101010010101010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F460F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F460F9; }

 p { color: rgb(244,96,249); }

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

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

 a { background-color: rgb(244,96,249); }

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

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

 span { border-color: rgb(244,96,249); }

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