Html Css Color HEX #F680BB Persian Pink

📋 copy color: '#F680BB'

red 246 ◦ green 128 ◦ blue 187

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

Shades of Persian Pink #F680BB

Tints of Persian Pink #F680BB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.82%

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

R = 43.85%
G = 22.82%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F680BB (or 0xF680BB) is known color: Persian Pink. HEX triplet: F6, 80 and BB. RGB value is (246,128,187). Sum of RGB (Red+Green+Blue) = 246+128+187=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F680BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F680BB is #097F44. Grayscale: #A9A9A9. Windows color (decimal): -622405 or 12288246. OLE color: 12288246.

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

Color convert

RGB 246 128 187 -
CMYK 0 0.48 0.24 0.04
HSL 330º 0.87% 0.73% -
HSV(B) 330º 0.48% 0.96% -
XYZ 54.69 38.62 51.59 -
YUV 170.01 137.59 182.2 -
System Red Green Blue C M Y K H S L
Decimal 246 128 187 0 0.48 0.24 0.04 330 0.87 0.73
Hex F6 80 BB 0 30 18 4 14A 57 49
Octal 366 200 273 0 60 30 4 512 127 111
Binary 11110110 10000000 10111011 0 110000 11000 100 101001010 1010111 1001001

Color Harmonies of #F680BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F680BB

Black with #F680BB

Text Example


Text Example

White with #F680BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F680BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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