Html Css Color HEX #F680B7 Persian Pink

📋 copy color: '#F680B7'

red 246 ◦ green 128 ◦ blue 183

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

Shades of Persian Pink #F680B7

Tints of Persian Pink #F680B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.85%

R = 44.17%
G = 22.98%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F680B7 (or 0xF680B7) is known color: Persian Pink. HEX triplet: F6, 80 and B7. RGB value is (246,128,183). Sum of RGB (Red+Green+Blue) = 246+128+183=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F680B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F680B7 is #097F48. Grayscale: #A9A9A9. Windows color (decimal): -622409 or 12026102. OLE color: 12026102.

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

Color convert

RGB 246 128 183 -
CMYK 0 0.48 0.26 0.04
HSL 332.03º 0.87% 0.73% -
HSV(B) 332.03º 0.48% 0.96% -
XYZ 54.27 38.45 49.36 -
YUV 169.55 135.59 182.53 -
System Red Green Blue C M Y K H S L
Decimal 246 128 183 0 0.48 0.26 0.04 332.03 0.87 0.73
Hex F6 80 B7 0 30 1A 4 14C 57 49
Octal 366 200 267 0 60 32 4 514 127 111
Binary 11110110 10000000 10110111 0 110000 11010 100 101001100 1010111 1001001

Color Harmonies of #F680B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F680B7

Black with #F680B7

Text Example


Text Example

White with #F680B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F680B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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