#FA45EE

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

Shades of Pink Flamingo #FA45EE

Tints of Pink Flamingo #FA45EE

Color information

#FA45EE (or 0xFA45EE) is unknown color: approx Pink Flamingo. HEX triplet: FA, 45 and EE. RGB value is (250,69,238). Sum of RGB (Red+Green+Blue) = 250+69+238=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 69 (27.34% from 255 or 12.39% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA45EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA45EE is #05BA11. Grayscale: #8D8D8D. Windows color (decimal): -375314 or 15615482. OLE color: 15615482.

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

Color convert

RGB25069238-
CMYK00.720.050.02
HSL303.98º94.76%62.55%-
HSV(B)303.98º72.4%98.04%-
XYZ56.9930.7583.82-
YUV142.38181.97204.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.88%
GREEN value IS 69 (27.34% from 255) = 12.39%
BLUE value IS 238 (93.36% from 255) = 42.73%
R=44.88%
G=12.39%
B=42.73%

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
Decimal2506923800.720.050.02303.9894.7662.55
HexFA45EE048521305f3f
Octal37210535601105246013777
Binary1111101010001011110111001001000101101001100001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA45EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA45EE; }

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

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

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

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

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

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

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

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