#F680BF

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

Shades of Persian Pink #F680BF

Tints of Persian Pink #F680BF

Color information

#F680BF (or 0xF680BF) is unknown color: approx Persian Pink. HEX triplet: F6, 80 and BF. RGB value is (246,128,191). Sum of RGB (Red+Green+Blue) = 246+128+191=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F680BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F680BF is #097F40. Grayscale: #AAAAAA. Windows color (decimal): -622401 or 12550390. OLE color: 12550390.

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

Color convert

RGB246128191-
CMYK00.480.220.04
HSL327.97º86.76%73.33%-
HSV(B)327.97º47.97%96.47%-
XYZ55.1338.7953.87-
YUV170.46139.59181.88-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.54%
GREEN value IS 128 (50.39% from 255) = 22.65%
BLUE value IS 191 (75% from 255) = 33.81%
R=43.54%
G=22.65%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612819100.480.220.04327.9786.7673.33
HexF680BF0301641485749
Octal366200277060264510127111
Binary11110110100000001011111101100001011010010100100010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F680BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F680BF; }

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

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

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

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

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

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

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

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