#FA45F6

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

Shades of Pink Flamingo #FA45F6

Tints of Pink Flamingo #FA45F6

Color information

#FA45F6 (or 0xFA45F6) is unknown color: approx Pink Flamingo. HEX triplet: FA, 45 and F6. RGB value is (250,69,246). Sum of RGB (Red+Green+Blue) = 250+69+246=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 69 (27.34% from 255 or 12.21% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA45F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA45F6 is #05BA09. Grayscale: #8E8E8E. Windows color (decimal): -375306 or 16139770. OLE color: 16139770.

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

Color convert

RGB25069246-
CMYK00.720.020.02
HSL301.33º94.76%62.55%-
HSV(B)301.33º72.4%98.04%-
XYZ58.1931.2390.15-
YUV143.3185.97204.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.25%
GREEN value IS 69 (27.34% from 255) = 12.21%
BLUE value IS 246 (96.48% from 255) = 43.54%
R=44.25%
G=12.21%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506924600.720.020.02301.3394.7662.55
HexFA45F60482212d5f3f
Octal37210536601102245513777
Binary111110101000101111101100100100010101001011011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA45F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA45F6; }

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

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

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

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

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

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

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

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