#F849FA

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

Shades of Pink Flamingo #F849FA

Tints of Pink Flamingo #F849FA

Color information

#F849FA (or 0xF849FA) is unknown color: approx Pink Flamingo. HEX triplet: F8, 49 and FA. RGB value is (248,73,250). Sum of RGB (Red+Green+Blue) = 248+73+250=571 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.43% from 571); Green value is 73 (28.91% from 255 or 12.78% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #F849FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F849FA is #07B605. Grayscale: #909090. Windows color (decimal): -505350 or 16402936. OLE color: 16402936.

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

Color convert

RGB24873250-
CMYK0.010.7100.02
HSL299.32º94.65%63.33%-
HSV(B)299.32º70.8%98.04%-
XYZ58.3531.6293.47-
YUV145.5186.98201.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.43%
GREEN value IS 73 (28.91% from 255) = 12.78%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=43.43%
G=12.78%
B=43.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal248732500.010.7100.02299.3294.6563.33
HexF849FA1470212b5f3f
Octal37011137211070245313777
Binary11111000100100111111010110001110101001010111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F849FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F849FA; }

 p { color: rgb(248,73,250); }

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

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

 a { background-color: rgb(248,73,250); }

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

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

 span { border-color: rgb(248,73,250); }

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