#F94CFE

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

Shades of Pink Flamingo #F94CFE

Tints of Pink Flamingo #F94CFE

Color information

#F94CFE (or 0xF94CFE) is unknown color: approx Pink Flamingo. HEX triplet: F9, 4C and FE. RGB value is (249,76,254). Sum of RGB (Red+Green+Blue) = 249+76+254=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 76 (30.08% from 255 or 13.13% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #F94CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F94CFE is #06B301. Grayscale: #939393. Windows color (decimal): -439042 or 16665849. OLE color: 16665849.

HSL color Cylindrical-coordinate representation of color #F94CFE: hue angle of 298.31º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F94CFE is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB24976254-
CMYK0.020.7000.00
HSL298.31º98.89%64.71%-
HSV(B)298.31º70.08%99.61%-
XYZ59.5432.4696.89-
YUV148.02187.81200.03-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.01%
GREEN value IS 76 (30.08% from 255) = 13.13%
BLUE value IS 254 (99.61% from 255) = 43.87%
R=43.01%
G=13.13%
B=43.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal249762540.020.7000.00298.3198.8964.71
HexF94CFE2460012a6341
Octal371114376210600452143101
Binary111110011001100111111101010001100010010101011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F94CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F94CFE; }

 p { color: rgb(249,76,254); }

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

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

 a { background-color: rgb(249,76,254); }

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

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

 span { border-color: rgb(249,76,254); }

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