#F849F2

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

Shades of Pink Flamingo #F849F2

Tints of Pink Flamingo #F849F2

Color information

#F849F2 (or 0xF849F2) is unknown color: approx Pink Flamingo. HEX triplet: F8, 49 and F2. RGB value is (248,73,242). Sum of RGB (Red+Green+Blue) = 248+73+242=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 73 (28.91% from 255 or 12.97% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F849F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F849F2 is #07B60D. Grayscale: #909090. Windows color (decimal): -505358 or 15878648. OLE color: 15878648.

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

Color convert

RGB24873242-
CMYK00.710.020.03
HSL302.06º92.59%62.94%-
HSV(B)302.06º70.56%97.25%-
XYZ57.1231.1387-
YUV144.59182.98201.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.05%
GREEN value IS 73 (28.91% from 255) = 12.97%
BLUE value IS 242 (94.92% from 255) = 42.98%
R=44.05%
G=12.97%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2487324200.710.020.03302.0692.5962.94
HexF849F20472312e5d3f
Octal37011136201072345613577
Binary111110001001001111100100100011110111001011101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F849F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F849F2; }

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

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

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

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

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

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

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

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