Html Css Color HEX #F686BA Persian Pink

📋 copy color: '#F686BA'

red 246 ◦ green 134 ◦ blue 186

#F686BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #F686BA

Tints of Persian Pink #F686BA

RGB

 RED value IS 246 (96.48% from 255) = 43.46%

 GREEN value IS 134 (52.73% from 255) = 23.67%

 BLUE value IS 186 (73.05% from 255) = 32.86%

R = 43.46%
G = 23.67%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F686BA (or 0xF686BA) is known color: Persian Pink. HEX triplet: F6, 86 and BA. RGB value is (246,134,186). Sum of RGB (Red+Green+Blue) = 246+134+186=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F686BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686BA is #097945. Grayscale: #ADADAD. Windows color (decimal): -620870 or 12224246. OLE color: 12224246.

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

Color convert

RGB 246 134 186 -
CMYK 0 0.46 0.24 0.04
HSL 332.14º 0.86% 0.75% -
HSV(B) 332.14º 0.46% 0.96% -
XYZ 55.39 40.19 51.29 -
YUV 173.42 135.11 179.77 -
System Red Green Blue C M Y K H S L
Decimal 246 134 186 0 0.46 0.24 0.04 332.14 0.86 0.75
Hex F6 86 BA 0 2E 18 4 14C 56 4B
Octal 366 206 272 0 56 30 4 514 126 113
Binary 11110110 10000110 10111010 0 101110 11000 100 101001100 1010110 1001011

Color Harmonies of #F686BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F686BA

Black with #F686BA

Text Example


Text Example

White with #F686BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F686BA; }

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

 H1.HeaderClassName
 {
   color: #F686BA;
 }
 .AnyTagClassName
 {
   color: #F686BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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