#F94EFA

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

Shades of Pink Flamingo #F94EFA

Tints of Pink Flamingo #F94EFA

Color information

#F94EFA (or 0xF94EFA) is unknown color: approx Pink Flamingo. HEX triplet: F9, 4E and FA. RGB value is (249,78,250). Sum of RGB (Red+Green+Blue) = 249+78+250=577 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.15% from 577); Green value is 78 (30.86% from 255 or 13.52% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #F94EFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F94EFA is #06B105. Grayscale: #949494. Windows color (decimal): -438534 or 16404217. OLE color: 16404217.

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

Color convert

RGB24978250-
CMYK0.000.6900.02
HSL299.65º94.51%64.31%-
HSV(B)299.65º68.8%98.04%-
XYZ59.0532.4993.6-
YUV148.74185.15199.51-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.15%
GREEN value IS 78 (30.86% from 255) = 13.52%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=43.15%
G=13.52%
B=43.33%

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
Decimal249782500.000.6900.02299.6594.5164.31
HexF94EFA0450212c5f40
Octal371116372010502454137100
Binary111110011001110111110100100010101010010110010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94EFA; }

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

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

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

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

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

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

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

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