Html Css Color HEX #F682B7 Persian Pink

📋 copy color: '#F682B7'

red 246 ◦ green 130 ◦ blue 183

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

Shades of Persian Pink #F682B7

Tints of Persian Pink #F682B7

RGB

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

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

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

R = 44.01%
G = 23.26%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F682B7 (or 0xF682B7) is known color: Persian Pink. HEX triplet: F6, 82 and B7. RGB value is (246,130,183). Sum of RGB (Red+Green+Blue) = 246+130+183=559 (74% of max value = 765). Red value is 246 (96.48% from 255 or 44.01% from 559); Green value is 130 (51.17% from 255 or 23.26% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 246 - color contains mainly: red. Hex color #F682B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F682B7 is #097D48. Grayscale: #AAAAAA. Windows color (decimal): -621897 or 12026614. OLE color: 12026614.

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

Color convert

RGB 246 130 183 -
CMYK 0 0.47 0.26 0.04
HSL 332.59º 0.87% 0.74% -
HSV(B) 332.59º 0.47% 0.96% -
XYZ 54.54 38.98 49.45 -
YUV 170.73 134.93 181.69 -
System Red Green Blue C M Y K H S L
Decimal 246 130 183 0 0.47 0.26 0.04 332.59 0.87 0.74
Hex F6 82 B7 0 2F 1A 4 14D 57 4A
Octal 366 202 267 0 57 32 4 515 127 112
Binary 11110110 10000010 10110111 0 101111 11010 100 101001101 1010111 1001010

Color Harmonies of #F682B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F682B7

Black with #F682B7

Text Example


Text Example

White with #F682B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F682B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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