#F940FA

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

Shades of Pink Flamingo #F940FA

Tints of Pink Flamingo #F940FA

Color information

#F940FA (or 0xF940FA) is unknown color: approx Pink Flamingo. HEX triplet: F9, 40 and FA. RGB value is (249,64,250). Sum of RGB (Red+Green+Blue) = 249+64+250=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 64 (25.39% from 255 or 11.37% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #F940FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F940FA is #06BF05. Grayscale: #8B8B8B. Windows color (decimal): -442118 or 16400633. OLE color: 16400633.

HSL color Cylindrical-coordinate representation of color #F940FA: 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 #F940FA is Cyan = 0.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24964250-
CMYK0.000.7400.02
HSL299.68º94.9%61.57%-
HSV(B)299.68º74.4%98.04%-
XYZ58.1630.7193.3-
YUV140.52189.79205.38-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.23%
GREEN value IS 64 (25.39% from 255) = 11.37%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=44.23%
G=11.37%
B=44.40%

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
Decimal249642500.000.7400.02299.6894.961.57
HexF940FA04A0212c5f3e
Octal37110037201120245413776
Binary11111001100000011111010010010100101001011001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F940FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F940FA; }

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

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

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

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

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

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

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

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