Html Css Color HEX #F082AC Tickle Me Pink

📋 copy color: '#F082AC'

red 240 ◦ green 130 ◦ blue 172

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

Shades of Tickle Me Pink #F082AC

Tints of Tickle Me Pink #F082AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.73%

R = 44.28%
G = 23.99%
B = 31.73%

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

#F082AC (or 0xF082AC) is known color: Tickle Me Pink. HEX triplet: F0, 82 and AC. RGB value is (240,130,172). Sum of RGB (Red+Green+Blue) = 240+130+172=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F082AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F082AC is #0F7D53. Grayscale: #A7A7A7. Windows color (decimal): -1015124 or 11305712. OLE color: 11305712.

HSL color Cylindrical-coordinate representation of color #F082AC: hue angle of 337.09º 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 #F082AC is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 130 172 -
CMYK 0 0.46 0.28 0.06
HSL 337.09º 0.79% 0.73% -
HSV(B) 337.09º 0.46% 0.94% -
XYZ 51.36 37.47 43.55 -
YUV 167.68 130.44 179.58 -
System Red Green Blue C M Y K H S L
Decimal 240 130 172 0 0.46 0.28 0.06 337.09 0.79 0.73
Hex F0 82 AC 0 2E 1C 6 151 4F 49
Octal 360 202 254 0 56 34 6 521 117 111
Binary 11110000 10000010 10101100 0 101110 11100 110 101010001 1001111 1001001

Color Harmonies of #F082AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F082AC

Black with #F082AC

Text Example


Text Example

White with #F082AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F082AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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