Html Css Color HEX #F682A0 Tickle Me Pink

📋 copy color: '#F682A0'

red 246 ◦ green 130 ◦ blue 160

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

Shades of Tickle Me Pink #F682A0

Tints of Tickle Me Pink #F682A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.85%

R = 45.9%
G = 24.25%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F682A0 (or 0xF682A0) is known color: Tickle Me Pink. HEX triplet: F6, 82 and A0. RGB value is (246,130,160). Sum of RGB (Red+Green+Blue) = 246+130+160=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F682A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F682A0 is #097D5F. Grayscale: #A8A8A8. Windows color (decimal): -621920 or 10519286. OLE color: 10519286.

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

Color convert

RGB 246 130 160 -
CMYK 0 0.47 0.35 0.04
HSL 344.48º 0.87% 0.74% -
HSV(B) 344.48º 0.47% 0.96% -
XYZ 52.33 38.1 37.85 -
YUV 168.1 123.43 183.56 -
System Red Green Blue C M Y K H S L
Decimal 246 130 160 0 0.47 0.35 0.04 344.48 0.87 0.74
Hex F6 82 A0 0 2F 23 4 158 57 4A
Octal 366 202 240 0 57 43 4 530 127 112
Binary 11110110 10000010 10100000 0 101111 100011 100 101011000 1010111 1001010

Color Harmonies of #F682A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F682A0

Black with #F682A0

Text Example


Text Example

White with #F682A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F682A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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