#F676BB

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

Shades of Persian Pink #F676BB

Tints of Persian Pink #F676BB

Color information

#F676BB (or 0xF676BB) is unknown color: approx Persian Pink. HEX triplet: F6, 76 and BB. RGB value is (246,118,187). Sum of RGB (Red+Green+Blue) = 246+118+187=551 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.65% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 187 (73.44% from 255 or 33.94% from 551); Max value from RGB is 246 - color contains mainly: red. Hex color #F676BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F676BB is #098944. Grayscale: #A3A3A3. Windows color (decimal): -624965 or 12285686. OLE color: 12285686.

HSL color Cylindrical-coordinate representation of color #F676BB: hue angle of 327.66º 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 #F676BB is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246118187-
CMYK00.520.240.04
HSL327.66º87.67%71.37%-
HSV(B)327.66º52.03%96.47%-
XYZ53.4536.1451.17-
YUV164.14140.91186.39-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.65%
GREEN value IS 118 (46.48% from 255) = 21.42%
BLUE value IS 187 (73.44% from 255) = 33.94%
R=44.65%
G=21.42%
B=33.94%

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
Decimal24611818700.520.240.04327.6687.6771.37
HexF676BB0341841485847
Octal366166273064304510130107
Binary1111011011101101011101101101001100010010100100010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F676BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F676BB; }

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

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

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

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

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

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

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

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