#FA45F9

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

Shades of Pink Flamingo #FA45F9

Tints of Pink Flamingo #FA45F9

Color information

#FA45F9 (or 0xFA45F9) is unknown color: approx Pink Flamingo. HEX triplet: FA, 45 and F9. RGB value is (250,69,249). Sum of RGB (Red+Green+Blue) = 250+69+249=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 69 (27.34% from 255 or 12.15% from 568); Blue value is 249 (97.66% from 255 or 43.84% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA45F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA45F9 is #05BA06. Grayscale: #8F8F8F. Windows color (decimal): -375303 or 16336378. OLE color: 16336378.

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

Color convert

RGB25069249-
CMYK00.720.000.02
HSL300.33º94.76%62.55%-
HSV(B)300.33º72.4%98.04%-
XYZ58.6531.4292.6-
YUV143.64187.47203.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.01%
GREEN value IS 69 (27.34% from 255) = 12.15%
BLUE value IS 249 (97.66% from 255) = 43.84%
R=44.01%
G=12.15%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506924900.720.000.02300.3394.7662.55
HexFA45F90480212c5f3f
Octal37210537101100245413777
Binary11111010100010111111001010010000101001011001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA45F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA45F9; }

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

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

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

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

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

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

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

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