#FA47F0

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

Shades of Pink Flamingo #FA47F0

Tints of Pink Flamingo #FA47F0

Color information

#FA47F0 (or 0xFA47F0) is unknown color: approx Pink Flamingo. HEX triplet: FA, 47 and F0. RGB value is (250,71,240). Sum of RGB (Red+Green+Blue) = 250+71+240=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 71 (28.12% from 255 or 12.66% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA47F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA47F0 is #05B80F. Grayscale: #8F8F8F. Windows color (decimal): -374800 or 15747066. OLE color: 15747066.

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

Color convert

RGB25071240-
CMYK00.720.040.02
HSL303.35º94.71%62.94%-
HSV(B)303.35º71.6%98.04%-
XYZ57.4131.1285.42-
YUV143.79182.3203.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.56%
GREEN value IS 71 (28.12% from 255) = 12.66%
BLUE value IS 240 (94.14% from 255) = 42.78%
R=44.56%
G=12.66%
B=42.78%

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
Decimal2507124000.720.040.02303.3594.7162.94
HexFA47F00484212f5f3f
Octal37210736001104245713777
Binary1111101010001111111000001001000100101001011111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA47F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA47F0; }

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

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

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

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

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

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

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

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