#FA60ED

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

Shades of Pink Flamingo #FA60ED

Tints of Pink Flamingo #FA60ED

Color information

#FA60ED (or 0xFA60ED) is unknown color: approx Pink Flamingo. HEX triplet: FA, 60 and ED. RGB value is (250,96,237). Sum of RGB (Red+Green+Blue) = 250+96+237=583 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.88% from 583); Green value is 96 (37.89% from 255 or 16.47% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA60ED is #059F12. Grayscale: #9D9D9D. Windows color (decimal): -368403 or 15556858. OLE color: 15556858.

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

Color convert

RGB25096237-
CMYK00.620.050.02
HSL305.06º93.9%67.84%-
HSV(B)305.06º61.6%98.04%-
XYZ58.8934.883.73-
YUV158.12172.52193.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.88%
GREEN value IS 96 (37.89% from 255) = 16.47%
BLUE value IS 237 (92.97% from 255) = 40.65%
R=42.88%
G=16.47%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509623700.620.050.02305.0693.967.84
HexFA60ED03E521315e44
Octal37214035507652461136104
Binary1111101011000001110110101111101011010011000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA60ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA60ED; }

 p { color: rgb(250,96,237); }

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

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

 a { background-color: rgb(250,96,237); }

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

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

 span { border-color: rgb(250,96,237); }

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