Html Css Color HEX #F682BC Persian Pink

📋 copy color: '#F682BC'

red 246 ◦ green 130 ◦ blue 188

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

Shades of Persian Pink #F682BC

Tints of Persian Pink #F682BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.33%

R = 43.62%
G = 23.05%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F682BC (or 0xF682BC) is known color: Persian Pink. HEX triplet: F6, 82 and BC. RGB value is (246,130,188). Sum of RGB (Red+Green+Blue) = 246+130+188=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F682BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F682BC is #097D43. Grayscale: #ABABAB. Windows color (decimal): -621892 or 12354294. OLE color: 12354294.

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

Color convert

RGB 246 130 188 -
CMYK 0 0.47 0.24 0.04
HSL 330º 0.87% 0.74% -
HSV(B) 330º 0.47% 0.96% -
XYZ 55.07 39.19 52.24 -
YUV 171.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 246 130 188 0 0.47 0.24 0.04 330 0.87 0.74
Hex F6 82 BC 0 2F 18 4 14A 57 4A
Octal 366 202 274 0 57 30 4 512 127 112
Binary 11110110 10000010 10111100 0 101111 11000 100 101001010 1010111 1001010

Color Harmonies of #F682BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F682BC

Black with #F682BC

Text Example


Text Example

White with #F682BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F682BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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