Html Css Color HEX #F080AC Tickle Me Pink

📋 copy color: '#F080AC'

red 240 ◦ green 128 ◦ blue 172

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

Shades of Tickle Me Pink #F080AC

Tints of Tickle Me Pink #F080AC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.7%

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

R = 44.44%
G = 23.7%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#F080AC (or 0xF080AC) is known color: Tickle Me Pink. HEX triplet: F0, 80 and AC. RGB value is (240,128,172). Sum of RGB (Red+Green+Blue) = 240+128+172=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F080AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F080AC is #0F7F53. Grayscale: #A6A6A6. Windows color (decimal): -1015636 or 11305200. OLE color: 11305200.

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

Color convert

RGB 240 128 172 -
CMYK 0 0.47 0.28 0.06
HSL 336.43º 0.79% 0.72% -
HSV(B) 336.43º 0.47% 0.94% -
XYZ 51.1 36.94 43.47 -
YUV 166.5 131.11 180.42 -
System Red Green Blue C M Y K H S L
Decimal 240 128 172 0 0.47 0.28 0.06 336.43 0.79 0.72
Hex F0 80 AC 0 2F 1C 6 150 4F 48
Octal 360 200 254 0 57 34 6 520 117 110
Binary 11110000 10000000 10101100 0 101111 11100 110 101010000 1001111 1001000

Color Harmonies of #F080AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080AC

Black with #F080AC

Text Example


Text Example

White with #F080AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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