#FA67ED

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

Shades of Pink Flamingo #FA67ED

Tints of Pink Flamingo #FA67ED

Color information

#FA67ED (or 0xFA67ED) is unknown color: approx Pink Flamingo. HEX triplet: FA, 67 and ED. RGB value is (250,103,237). Sum of RGB (Red+Green+Blue) = 250+103+237=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 103 (40.62% from 255 or 17.46% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FA67ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA67ED is #059812. Grayscale: #A1A1A1. Windows color (decimal): -366611 or 15558650. OLE color: 15558650.

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

Color convert

RGB250103237-
CMYK00.590.050.02
HSL305.31º93.63%69.22%-
HSV(B)305.31º58.8%98.04%-
XYZ59.5636.1483.96-
YUV162.23170.2190.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.37%
GREEN value IS 103 (40.62% from 255) = 17.46%
BLUE value IS 237 (92.97% from 255) = 40.17%
R=42.37%
G=17.46%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010323700.590.050.02305.3193.6369.22
HexFA67ED03B521315e45
Octal37214735507352461136105
Binary1111101011001111110110101110111011010011000110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA67ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA67ED; }

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

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

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

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

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

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

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

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