Html Css Color HEX #F686BB Persian Pink

📋 copy color: '#F686BB'

red 246 ◦ green 134 ◦ blue 187

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

Shades of Persian Pink #F686BB

Tints of Persian Pink #F686BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 32.98%

R = 43.39%
G = 23.63%
B = 32.98%

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

#F686BB (or 0xF686BB) is known color: Persian Pink. HEX triplet: F6, 86 and BB. RGB value is (246,134,187). Sum of RGB (Red+Green+Blue) = 246+134+187=567 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.39% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 246 - color contains mainly: red. Hex color #F686BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686BB is #097944. Grayscale: #ADADAD. Windows color (decimal): -620869 or 12289782. OLE color: 12289782.

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

Color convert

RGB 246 134 187 -
CMYK 0 0.46 0.24 0.04
HSL 331.61º 0.86% 0.75% -
HSV(B) 331.61º 0.46% 0.96% -
XYZ 55.5 40.23 51.85 -
YUV 173.53 135.61 179.69 -
System Red Green Blue C M Y K H S L
Decimal 246 134 187 0 0.46 0.24 0.04 331.61 0.86 0.75
Hex F6 86 BB 0 2E 18 4 14C 56 4B
Octal 366 206 273 0 56 30 4 514 126 113
Binary 11110110 10000110 10111011 0 101110 11000 100 101001100 1010110 1001011

Color Harmonies of #F686BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F686BB

Black with #F686BB

Text Example


Text Example

White with #F686BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F686BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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