#FA47EE

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

Shades of Pink Flamingo #FA47EE

Tints of Pink Flamingo #FA47EE

Color information

#FA47EE (or 0xFA47EE) is unknown color: approx Pink Flamingo. HEX triplet: FA, 47 and EE. RGB value is (250,71,238). Sum of RGB (Red+Green+Blue) = 250+71+238=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 71 (28.12% from 255 or 12.70% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA47EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA47EE is #05B811. Grayscale: #8F8F8F. Windows color (decimal): -374802 or 15615994. OLE color: 15615994.

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

Color convert

RGB25071238-
CMYK00.720.050.02
HSL304.02º94.71%62.94%-
HSV(B)304.02º71.6%98.04%-
XYZ57.113183.86-
YUV143.56181.3203.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.72%
GREEN value IS 71 (28.12% from 255) = 12.70%
BLUE value IS 238 (93.36% from 255) = 42.58%
R=44.72%
G=12.70%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507123800.720.050.02304.0294.7162.94
HexFA47EE048521305f3f
Octal37210735601105246013777
Binary1111101010001111110111001001000101101001100001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA47EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA47EE; }

 p { color: rgb(250,71,238); }

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

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

 a { background-color: rgb(250,71,238); }

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

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

 span { border-color: rgb(250,71,238); }

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