#F676BC

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

Shades of Persian Pink #F676BC

Tints of Persian Pink #F676BC

Color information

#F676BC (or 0xF676BC) is unknown color: approx Persian Pink. HEX triplet: F6, 76 and BC. RGB value is (246,118,188). Sum of RGB (Red+Green+Blue) = 246+118+188=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 118 (46.48% from 255 or 21.38% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F676BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F676BC is #098943. Grayscale: #A4A4A4. Windows color (decimal): -624964 or 12351222. OLE color: 12351222.

HSL color Cylindrical-coordinate representation of color #F676BC: hue angle of 327.19º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F676BC is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246118188-
CMYK00.520.240.04
HSL327.19º87.67%71.37%-
HSV(B)327.19º52.03%96.47%-
XYZ53.5636.1851.74-
YUV164.25141.41186.31-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.57%
GREEN value IS 118 (46.48% from 255) = 21.38%
BLUE value IS 188 (73.83% from 255) = 34.06%
R=44.57%
G=21.38%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611818800.520.240.04327.1987.6771.37
HexF676BC0341841475847
Octal366166274064304507130107
Binary1111011011101101011110001101001100010010100011110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F676BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F676BC; }

 p { color: rgb(246,118,188); }

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

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

 a { background-color: rgb(246,118,188); }

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

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

 span { border-color: rgb(246,118,188); }

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