#F742F6

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

Shades of Pink Flamingo #F742F6

Tints of Pink Flamingo #F742F6

Color information

#F742F6 (or 0xF742F6) is unknown color: approx Pink Flamingo. HEX triplet: F7, 42 and F6. RGB value is (247,66,246). Sum of RGB (Red+Green+Blue) = 247+66+246=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 66 (26.17% from 255 or 11.81% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F742F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F742F6 is #08BD09. Grayscale: #8C8C8C. Windows color (decimal): -572682 or 16138999. OLE color: 16138999.

HSL color Cylindrical-coordinate representation of color #F742F6: hue angle of 300.33º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F742F6 is Cyan = 0, Magento = 0.73, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB24766246-
CMYK00.730.000.03
HSL300.33º91.88%61.37%-
HSV(B)300.33º73.28%96.86%-
XYZ56.9430.3290.04-
YUV140.64187.47203.86-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.19%
GREEN value IS 66 (26.17% from 255) = 11.81%
BLUE value IS 246 (96.48% from 255) = 44.01%
R=44.19%
G=11.81%
B=44.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476624600.730.000.03300.3391.8861.37
HexF742F60490312c5c3d
Octal36710236601110345413475
Binary11110111100001011110110010010010111001011001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F742F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F742F6; }

 p { color: rgb(247,66,246); }

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

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

 a { background-color: rgb(247,66,246); }

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

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

 span { border-color: rgb(247,66,246); }

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