#F680BA

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

Shades of Persian Pink #F680BA

Tints of Persian Pink #F680BA

Color information

#F680BA (or 0xF680BA) is unknown color: approx Persian Pink. HEX triplet: F6, 80 and BA. RGB value is (246,128,186). Sum of RGB (Red+Green+Blue) = 246+128+186=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F680BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F680BA is #097F45. Grayscale: #A9A9A9. Windows color (decimal): -622406 or 12222710. OLE color: 12222710.

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

Color convert

RGB246128186-
CMYK00.480.240.04
HSL330.51º86.76%73.33%-
HSV(B)330.51º47.97%96.47%-
XYZ54.5938.5851.02-
YUV169.89137.09182.28-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.93%
GREEN value IS 128 (50.39% from 255) = 22.86%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=43.93%
G=22.86%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612818600.480.240.04330.5186.7673.33
HexF680BA03018414b5749
Octal366200272060304513127111
Binary11110110100000001011101001100001100010010100101110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F680BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F680BA; }

 p { color: rgb(246,128,186); }

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

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

 a { background-color: rgb(246,128,186); }

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

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

 span { border-color: rgb(246,128,186); }

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