#FA68EB

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

Shades of Pink Flamingo #FA68EB

Tints of Pink Flamingo #FA68EB

Color information

#FA68EB (or 0xFA68EB) is unknown color: approx Pink Flamingo. HEX triplet: FA, 68 and EB. RGB value is (250,104,235). Sum of RGB (Red+Green+Blue) = 250+104+235=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 104 (41.02% from 255 or 17.66% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA68EB is #059714. Grayscale: #A2A2A2. Windows color (decimal): -366357 or 15427834. OLE color: 15427834.

HSL color Cylindrical-coordinate representation of color #FA68EB: hue angle of 306.16º 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 #FA68EB is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB250104235-
CMYK00.580.060.02
HSL306.16º93.59%69.41%-
HSV(B)306.16º58.4%98.04%-
XYZ59.3736.2282.46-
YUV162.59168.87190.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.44%
GREEN value IS 104 (41.02% from 255) = 17.66%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=42.44%
G=17.66%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010423500.580.060.02306.1693.5969.41
HexFA68EB03A621325e45
Octal37215035307262462136105
Binary1111101011010001110101101110101101010011001010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA68EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA68EB; }

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

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

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

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

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

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

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

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