Html Css Color HEX #F680BE Persian Pink

📋 copy color: '#F680BE'

red 246 ◦ green 128 ◦ blue 190

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

Shades of Persian Pink #F680BE

Tints of Persian Pink #F680BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.69%

R = 43.62%
G = 22.7%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F680BE (or 0xF680BE) is known color: Persian Pink. HEX triplet: F6, 80 and BE. RGB value is (246,128,190). Sum of RGB (Red+Green+Blue) = 246+128+190=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F680BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F680BE is #097F41. Grayscale: #AAAAAA. Windows color (decimal): -622402 or 12484854. OLE color: 12484854.

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

Color convert

RGB 246 128 190 -
CMYK 0 0.48 0.23 0.04
HSL 328.47º 0.87% 0.73% -
HSV(B) 328.47º 0.48% 0.96% -
XYZ 55.02 38.75 53.29 -
YUV 170.35 139.09 181.96 -
System Red Green Blue C M Y K H S L
Decimal 246 128 190 0 0.48 0.23 0.04 328.47 0.87 0.73
Hex F6 80 BE 0 30 17 4 148 57 49
Octal 366 200 276 0 60 27 4 510 127 111
Binary 11110110 10000000 10111110 0 110000 10111 100 101001000 1010111 1001001

Color Harmonies of #F680BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F680BE

Black with #F680BE

Text Example


Text Example

White with #F680BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F680BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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