#F74DFA

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

Shades of Pink Flamingo #F74DFA

Tints of Pink Flamingo #F74DFA

Color information

#F74DFA (or 0xF74DFA) is unknown color: approx Pink Flamingo. HEX triplet: F7, 4D and FA. RGB value is (247,77,250). Sum of RGB (Red+Green+Blue) = 247+77+250=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 77 (30.47% from 255 or 13.41% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #F74DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F74DFA is #08B205. Grayscale: #939393. Windows color (decimal): -569862 or 16403959. OLE color: 16403959.

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

Color convert

RGB24777250-
CMYK0.010.6900.02
HSL298.96º94.54%64.12%-
HSV(B)298.96º69.2%98.04%-
XYZ58.2731.9893.55-
YUV147.55185.82198.93-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.03%
GREEN value IS 77 (30.47% from 255) = 13.41%
BLUE value IS 250 (98.05% from 255) = 43.55%
R=43.03%
G=13.41%
B=43.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal247772500.010.6900.02298.9694.5464.12
HexF74DFA1450212b5f40
Octal367115372110502453137100
Binary111101111001101111110101100010101010010101110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F74DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F74DFA; }

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

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

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

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

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

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

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

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