Html Css Color HEX #F682BE Persian Pink

📋 copy color: '#F682BE'

red 246 ◦ green 130 ◦ blue 190

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

Shades of Persian Pink #F682BE

Tints of Persian Pink #F682BE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.97%

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

R = 43.46%
G = 22.97%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F682BE (or 0xF682BE) is known color: Persian Pink. HEX triplet: F6, 82 and BE. RGB value is (246,130,190). Sum of RGB (Red+Green+Blue) = 246+130+190=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F682BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F682BE is #097D41. Grayscale: #ABABAB. Windows color (decimal): -621890 or 12485366. OLE color: 12485366.

HSL color Cylindrical-coordinate representation of color #F682BE: hue angle of 328.97º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F682BE is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 130 190 -
CMYK 0 0.47 0.23 0.04
HSL 328.97º 0.87% 0.74% -
HSV(B) 328.97º 0.47% 0.96% -
XYZ 55.28 39.28 53.38 -
YUV 171.52 138.43 181.12 -
System Red Green Blue C M Y K H S L
Decimal 246 130 190 0 0.47 0.23 0.04 328.97 0.87 0.74
Hex F6 82 BE 0 2F 17 4 149 57 4A
Octal 366 202 276 0 57 27 4 511 127 112
Binary 11110110 10000010 10111110 0 101111 10111 100 101001001 1010111 1001010

Color Harmonies of #F682BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F682BE

Black with #F682BE

Text Example


Text Example

White with #F682BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F682BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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