#FA41FF

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

Shades of Pink Flamingo #FA41FF

Tints of Pink Flamingo #FA41FF

Color information

#FA41FF (or 0xFA41FF) is unknown color: approx Pink Flamingo. HEX triplet: FA, 41 and FF. RGB value is (250,65,255). Sum of RGB (Red+Green+Blue) = 250+65+255=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 65 (25.78% from 255 or 11.40% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA41FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA41FF is #05BE00. Grayscale: #8D8D8D. Windows color (decimal): -376321 or 16728570. OLE color: 16728570.

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

Color convert

RGB25065255-
CMYK0.020.7500
HSL298.42º100%62.75%-
HSV(B)298.42º74.51%100%-
XYZ59.3631.3297.53-
YUV141.98191.79205.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.86%
GREEN value IS 65 (25.78% from 255) = 11.40%
BLUE value IS 255 (100% from 255) = 44.74%
R=43.86%
G=11.40%
B=44.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal250652550.020.7500298.4210062.75
HexFA41FF24B0012a643f
Octal37210137721130045214477
Binary11111010100000111111111101001011001001010101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA41FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA41FF; }

 p { color: rgb(250,65,255); }

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

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

 a { background-color: rgb(250,65,255); }

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

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

 span { border-color: rgb(250,65,255); }

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