#F94DFA

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

Shades of Pink Flamingo #F94DFA

Tints of Pink Flamingo #F94DFA

Color information

#F94DFA (or 0xF94DFA) is unknown color: approx Pink Flamingo. HEX triplet: F9, 4D and FA. RGB value is (249,77,250). Sum of RGB (Red+Green+Blue) = 249+77+250=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 77 (30.47% from 255 or 13.37% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #F94DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F94DFA is #06B205. Grayscale: #939393. Windows color (decimal): -438790 or 16403961. OLE color: 16403961.

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

Color convert

RGB24977250-
CMYK0.000.6900.02
HSL299.65º94.54%64.12%-
HSV(B)299.65º69.2%98.04%-
XYZ58.9832.3593.58-
YUV148.15185.48199.93-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.23%
GREEN value IS 77 (30.47% from 255) = 13.37%
BLUE value IS 250 (98.05% from 255) = 43.40%
R=43.23%
G=13.37%
B=43.40%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249772500.000.6900.02299.6594.5464.12
HexF94DFA0450212c5f40
Octal371115372010502454137100
Binary111110011001101111110100100010101010010110010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94DFA; }

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

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

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

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

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

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

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

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