Html Css Color HEX #F682BD Persian Pink

📋 copy color: '#F682BD'

red 246 ◦ green 130 ◦ blue 189

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

Shades of Persian Pink #F682BD

Tints of Persian Pink #F682BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.45%

R = 43.54%
G = 23.01%
B = 33.45%

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

#F682BD (or 0xF682BD) is known color: Persian Pink. HEX triplet: F6, 82 and BD. RGB value is (246,130,189). Sum of RGB (Red+Green+Blue) = 246+130+189=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F682BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F682BD is #097D42. Grayscale: #ABABAB. Windows color (decimal): -621891 or 12419830. OLE color: 12419830.

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

Color convert

RGB 246 130 189 -
CMYK 0 0.47 0.23 0.04
HSL 329.48º 0.87% 0.74% -
HSV(B) 329.48º 0.47% 0.96% -
XYZ 55.17 39.23 52.81 -
YUV 171.41 137.93 181.2 -
System Red Green Blue C M Y K H S L
Decimal 246 130 189 0 0.47 0.23 0.04 329.48 0.87 0.74
Hex F6 82 BD 0 2F 17 4 149 57 4A
Octal 366 202 275 0 57 27 4 511 127 112
Binary 11110110 10000010 10111101 0 101111 10111 100 101001001 1010111 1001010

Color Harmonies of #F682BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F682BD

Black with #F682BD

Text Example


Text Example

White with #F682BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F682BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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