#F349F6

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

Shades of Pink Flamingo #F349F6

Tints of Pink Flamingo #F349F6

Color information

#F349F6 (or 0xF349F6) is unknown color: approx Pink Flamingo. HEX triplet: F3, 49 and F6. RGB value is (243,73,246). Sum of RGB (Red+Green+Blue) = 243+73+246=562 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.24% from 562); Green value is 73 (28.91% from 255 or 12.99% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #F349F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F349F6 is #0CB609. Grayscale: #8F8F8F. Windows color (decimal): -833034 or 16140787. OLE color: 16140787.

HSL color Cylindrical-coordinate representation of color #F349F6: hue angle of 298.96º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F349F6 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB24373246-
CMYK0.010.7000.04
HSL298.96º90.58%62.55%-
HSV(B)298.96º70.33%96.47%-
XYZ55.9830.4790.12-
YUV143.55185.82198.93-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.24%
GREEN value IS 73 (28.91% from 255) = 12.99%
BLUE value IS 246 (96.48% from 255) = 43.77%
R=43.24%
G=12.99%
B=43.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal243732460.010.7000.04298.9690.5862.55
HexF349F61460412b5b3f
Octal36311136611060445313377
Binary111100111001001111101101100011001001001010111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F349F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F349F6; }

 p { color: rgb(243,73,246); }

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

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

 a { background-color: rgb(243,73,246); }

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

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

 span { border-color: rgb(243,73,246); }

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