#FA48F6

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

Shades of Pink Flamingo #FA48F6

Tints of Pink Flamingo #FA48F6

Color information

#FA48F6 (or 0xFA48F6) is unknown color: approx Pink Flamingo. HEX triplet: FA, 48 and F6. RGB value is (250,72,246). Sum of RGB (Red+Green+Blue) = 250+72+246=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 72 (28.52% from 255 or 12.68% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA48F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA48F6 is #05B709. Grayscale: #909090. Windows color (decimal): -374538 or 16140538. OLE color: 16140538.

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

Color convert

RGB25072246-
CMYK00.710.020.02
HSL301.35º94.68%63.14%-
HSV(B)301.35º71.2%98.04%-
XYZ58.3831.6190.21-
YUV145.06184.97202.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.01%
GREEN value IS 72 (28.52% from 255) = 12.68%
BLUE value IS 246 (96.48% from 255) = 43.31%
R=44.01%
G=12.68%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507224600.710.020.02301.3594.6863.14
HexFA48F60472212d5f3f
Octal37211036601072245513777
Binary111110101001000111101100100011110101001011011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA48F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA48F6; }

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

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

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

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

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

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

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

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