#F685BD

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

Shades of Persian Pink #F685BD

Tints of Persian Pink #F685BD

Color information

#F685BD (or 0xF685BD) is unknown color: approx Persian Pink. HEX triplet: F6, 85 and BD. RGB value is (246,133,189). Sum of RGB (Red+Green+Blue) = 246+133+189=568 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.31% from 568); Green value is 133 (52.34% from 255 or 23.42% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 246 - color contains mainly: red. Hex color #F685BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F685BD is #097A42. Grayscale: #ADADAD. Windows color (decimal): -621123 or 12420598. OLE color: 12420598.

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

Color convert

RGB246133189-
CMYK00.460.230.04
HSL330.27º86.26%74.31%-
HSV(B)330.27º45.93%96.47%-
XYZ55.5840.0452.94-
YUV173.17136.94179.95-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.31%
GREEN value IS 133 (52.34% from 255) = 23.42%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=43.31%
G=23.42%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613318900.460.230.04330.2786.2674.31
HexF685BD02E17414a564a
Octal366205275056274512126112
Binary11110110100001011011110101011101011110010100101010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F685BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F685BD; }

 p { color: rgb(246,133,189); }

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

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

 a { background-color: rgb(246,133,189); }

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

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

 span { border-color: rgb(246,133,189); }

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