#F682B5

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

Shades of Persian Pink #F682B5

Tints of Persian Pink #F682B5

Color information

#F682B5 (or 0xF682B5) is unknown color: approx Persian Pink. HEX triplet: F6, 82 and B5. RGB value is (246,130,181). Sum of RGB (Red+Green+Blue) = 246+130+181=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 181 (71.09% from 255 or 32.50% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F682B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F682B5 is #097D4A. Grayscale: #AAAAAA. Windows color (decimal): -621899 or 11895542. OLE color: 11895542.

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

Color convert

RGB246130181-
CMYK00.470.260.04
HSL333.62º86.57%73.73%-
HSV(B)333.62º47.15%96.47%-
XYZ54.3338.8948.36-
YUV170.5133.93181.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.17%
GREEN value IS 130 (51.17% from 255) = 23.34%
BLUE value IS 181 (71.09% from 255) = 32.50%
R=44.17%
G=23.34%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613018100.470.260.04333.6286.5773.73
HexF682B502F1A414e574a
Octal366202265057324516127112
Binary11110110100000101011010101011111101010010100111010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F682B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F682B5; }

 p { color: rgb(246,130,181); }

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

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

 a { background-color: rgb(246,130,181); }

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

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

 span { border-color: rgb(246,130,181); }

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