Html Css Color HEX #F082AD Tickle Me Pink

📋 copy color: '#F082AD'

red 240 ◦ green 130 ◦ blue 173

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

Shades of Tickle Me Pink #F082AD

Tints of Tickle Me Pink #F082AD

RGB

 RED value IS 240 (94.14% from 255) = 44.2%

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

 BLUE value IS 173 (67.97% from 255) = 31.86%

R = 44.2%
G = 23.94%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F082AD (or 0xF082AD) is known color: Tickle Me Pink. HEX triplet: F0, 82 and AD. RGB value is (240,130,173). Sum of RGB (Red+Green+Blue) = 240+130+173=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F082AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F082AD is #0F7D52. Grayscale: #A7A7A7. Windows color (decimal): -1015123 or 11371248. OLE color: 11371248.

HSL color Cylindrical-coordinate representation of color #F082AD: hue angle of 336.55º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F082AD is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 130 173 -
CMYK 0 0.46 0.28 0.06
HSL 336.55º 0.79% 0.73% -
HSV(B) 336.55º 0.46% 0.94% -
XYZ 51.46 37.51 44.06 -
YUV 167.79 130.94 179.5 -
System Red Green Blue C M Y K H S L
Decimal 240 130 173 0 0.46 0.28 0.06 336.55 0.79 0.73
Hex F0 82 AD 0 2E 1C 6 151 4F 49
Octal 360 202 255 0 56 34 6 521 117 111
Binary 11110000 10000010 10101101 0 101110 11100 110 101010001 1001111 1001001

Color Harmonies of #F082AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082AD

Black with #F082AD

Text Example


Text Example

White with #F082AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082AD; }

 p { color: rgb(240,130,173); }

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

background-color css

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

 a { background-color: rgb(240,130,173); }

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

border-color css

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

 span { border-color: rgb(240,130,173); }

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