Html Css Color HEX #F080AA Tickle Me Pink

📋 copy color: '#F080AA'

red 240 ◦ green 128 ◦ blue 170

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

Shades of Tickle Me Pink #F080AA

Tints of Tickle Me Pink #F080AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.6%

R = 44.61%
G = 23.79%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F080AA (or 0xF080AA) is known color: Tickle Me Pink. HEX triplet: F0, 80 and AA. RGB value is (240,128,170). Sum of RGB (Red+Green+Blue) = 240+128+170=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F080AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F080AA is #0F7F55. Grayscale: #A6A6A6. Windows color (decimal): -1015638 or 11174128. OLE color: 11174128.

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

Color convert

RGB 240 128 170 -
CMYK 0 0.47 0.29 0.06
HSL 337.5º 0.79% 0.72% -
HSV(B) 337.5º 0.47% 0.94% -
XYZ 50.91 36.87 42.46 -
YUV 166.28 130.11 180.58 -
System Red Green Blue C M Y K H S L
Decimal 240 128 170 0 0.47 0.29 0.06 337.5 0.79 0.72
Hex F0 80 AA 0 2F 1D 6 152 4F 48
Octal 360 200 252 0 57 35 6 522 117 110
Binary 11110000 10000000 10101010 0 101111 11101 110 101010010 1001111 1001000

Color Harmonies of #F080AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F080AA

Black with #F080AA

Text Example


Text Example

White with #F080AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F080AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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