#F941FA

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

Shades of Pink Flamingo #F941FA

Tints of Pink Flamingo #F941FA

Color information

#F941FA (or 0xF941FA) is unknown color: approx Pink Flamingo. HEX triplet: F9, 41 and FA. RGB value is (249,65,250). Sum of RGB (Red+Green+Blue) = 249+65+250=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 65 (25.78% from 255 or 11.52% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #F941FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F941FA is #06BE05. Grayscale: #8C8C8C. Windows color (decimal): -441862 or 16400889. OLE color: 16400889.

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

Color convert

RGB24965250-
CMYK0.000.7400.02
HSL299.68º94.87%61.76%-
HSV(B)299.68º74%98.04%-
XYZ58.2130.8293.32-
YUV141.11189.46204.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.15%
GREEN value IS 65 (25.78% from 255) = 11.52%
BLUE value IS 250 (98.05% from 255) = 44.33%
R=44.15%
G=11.52%
B=44.33%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249652500.000.7400.02299.6894.8761.76
HexF941FA04A0212c5f3e
Octal37110137201120245413776
Binary11111001100000111111010010010100101001011001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F941FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F941FA; }

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

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

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

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

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

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

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

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