Html Css Color HEX #F080A6 Tickle Me Pink

📋 copy color: '#F080A6'

red 240 ◦ green 128 ◦ blue 166

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

Shades of Tickle Me Pink #F080A6

Tints of Tickle Me Pink #F080A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.09%

R = 44.94%
G = 23.97%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F080A6 (or 0xF080A6) is known color: Tickle Me Pink. HEX triplet: F0, 80 and A6. RGB value is (240,128,166). Sum of RGB (Red+Green+Blue) = 240+128+166=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 166 (65.23% from 255 or 31.09% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F080A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F080A6 is #0F7F59. Grayscale: #A5A5A5. Windows color (decimal): -1015642 or 10911984. OLE color: 10911984.

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

Color convert

RGB 240 128 166 -
CMYK 0 0.47 0.31 0.06
HSL 339.64º 0.79% 0.72% -
HSV(B) 339.64º 0.47% 0.94% -
XYZ 50.54 36.72 40.5 -
YUV 165.82 128.11 180.91 -
System Red Green Blue C M Y K H S L
Decimal 240 128 166 0 0.47 0.31 0.06 339.64 0.79 0.72
Hex F0 80 A6 0 2F 1F 6 154 4F 48
Octal 360 200 246 0 57 37 6 524 117 110
Binary 11110000 10000000 10100110 0 101111 11111 110 101010100 1001111 1001000

Color Harmonies of #F080A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080A6

Black with #F080A6

Text Example


Text Example

White with #F080A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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