#F755F6

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

Shades of Pink Flamingo #F755F6

Tints of Pink Flamingo #F755F6

Color information

#F755F6 (or 0xF755F6) is unknown color: approx Pink Flamingo. HEX triplet: F7, 55 and F6. RGB value is (247,85,246). Sum of RGB (Red+Green+Blue) = 247+85+246=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 85 (33.59% from 255 or 14.71% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 247 - color contains mainly: red. Hex color #F755F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F755F6 is #08AA09. Grayscale: #979797. Windows color (decimal): -567818 or 16143863. OLE color: 16143863.

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

Color convert

RGB24785246-
CMYK00.660.000.03
HSL300.37º91.01%65.1%-
HSV(B)300.37º65.59%96.86%-
XYZ58.2432.9290.47-
YUV151.79181.17195.91-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 42.73%
GREEN value IS 85 (33.59% from 255) = 14.71%
BLUE value IS 246 (96.48% from 255) = 42.56%
R=42.73%
G=14.71%
B=42.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.00
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2478524600.660.000.03300.3791.0165.1
HexF755F60420312c5b41
Octal367125366010203454133101
Binary111101111010101111101100100001001110010110010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F755F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F755F6; }

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

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

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

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

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

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

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

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