#FA47F1

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

Shades of Pink Flamingo #FA47F1

Tints of Pink Flamingo #FA47F1

Color information

#FA47F1 (or 0xFA47F1) is unknown color: approx Pink Flamingo. HEX triplet: FA, 47 and F1. RGB value is (250,71,241). Sum of RGB (Red+Green+Blue) = 250+71+241=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 71 (28.12% from 255 or 12.63% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA47F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA47F1 is #05B80E. Grayscale: #8F8F8F. Windows color (decimal): -374799 or 15812602. OLE color: 15812602.

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

Color convert

RGB25071241-
CMYK00.720.040.02
HSL303.02º94.71%62.94%-
HSV(B)303.02º71.6%98.04%-
XYZ57.5531.1886.2-
YUV143.9182.8203.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.48%
GREEN value IS 71 (28.12% from 255) = 12.63%
BLUE value IS 241 (94.53% from 255) = 42.88%
R=44.48%
G=12.63%
B=42.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507124100.720.040.02303.0294.7162.94
HexFA47F10484212f5f3f
Octal37210736101104245713777
Binary1111101010001111111000101001000100101001011111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA47F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA47F1; }

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

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

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

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

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

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

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

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