#F949FC

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

Shades of Pink Flamingo #F949FC

Tints of Pink Flamingo #F949FC

Color information

#F949FC (or 0xF949FC) is unknown color: approx Pink Flamingo. HEX triplet: F9, 49 and FC. RGB value is (249,73,252). Sum of RGB (Red+Green+Blue) = 249+73+252=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 73 (28.91% from 255 or 12.72% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #F949FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F949FC is #06B603. Grayscale: #919191. Windows color (decimal): -439812 or 16534009. OLE color: 16534009.

HSL color Cylindrical-coordinate representation of color #F949FC: hue angle of 298.99º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F949FC is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24973252-
CMYK0.010.7100.01
HSL298.99º96.76%63.73%-
HSV(B)298.99º71.03%98.82%-
XYZ59.0231.9395.15-
YUV146.03187.81201.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.38%
GREEN value IS 73 (28.91% from 255) = 12.72%
BLUE value IS 252 (98.83% from 255) = 43.90%
R=43.38%
G=12.72%
B=43.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal249732520.010.7100.01298.9996.7663.73
HexF949FC1470112b6140
Octal371111374110701453141100
Binary11111001100100111111100110001110110010101111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F949FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F949FC; }

 p { color: rgb(249,73,252); }

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

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

 a { background-color: rgb(249,73,252); }

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

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

 span { border-color: rgb(249,73,252); }

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