#FA68ED

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

Shades of Pink Flamingo #FA68ED

Tints of Pink Flamingo #FA68ED

Color information

#FA68ED (or 0xFA68ED) is unknown color: approx Pink Flamingo. HEX triplet: FA, 68 and ED. RGB value is (250,104,237). Sum of RGB (Red+Green+Blue) = 250+104+237=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 104 (41.02% from 255 or 17.60% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA68ED is #059712. Grayscale: #A2A2A2. Windows color (decimal): -366355 or 15558906. OLE color: 15558906.

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

Color convert

RGB250104237-
CMYK00.580.050.02
HSL305.34º93.59%69.41%-
HSV(B)305.34º58.4%98.04%-
XYZ59.6636.3483.99-
YUV162.82169.87190.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.30%
GREEN value IS 104 (41.02% from 255) = 17.60%
BLUE value IS 237 (92.97% from 255) = 40.10%
R=42.30%
G=17.60%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010423700.580.050.02305.3493.5969.41
HexFA68ED03A521315e45
Octal37215035507252461136105
Binary1111101011010001110110101110101011010011000110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA68ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA68ED; }

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

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

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

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

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

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

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

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