Html Css Color HEX #F076AA Tickle Me Pink

📋 copy color: '#F076AA'

red 240 ◦ green 118 ◦ blue 170

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

Shades of Tickle Me Pink #F076AA

Tints of Tickle Me Pink #F076AA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.35%

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

R = 45.45%
G = 22.35%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#F076AA (or 0xF076AA) is known color: Tickle Me Pink. HEX triplet: F0, 76 and AA. RGB value is (240,118,170). Sum of RGB (Red+Green+Blue) = 240+118+170=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F076AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F076AA is #0F8955. Grayscale: #A0A0A0. Windows color (decimal): -1018198 or 11171568. OLE color: 11171568.

HSL color Cylindrical-coordinate representation of color #F076AA: hue angle of 334.43º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F076AA is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 118 170 -
CMYK 0 0.51 0.29 0.06
HSL 334.43º 0.8% 0.7% -
HSV(B) 334.43º 0.51% 0.94% -
XYZ 49.67 34.38 42.05 -
YUV 160.41 133.42 184.77 -
System Red Green Blue C M Y K H S L
Decimal 240 118 170 0 0.51 0.29 0.06 334.43 0.8 0.7
Hex F0 76 AA 0 33 1D 6 14E 50 46
Octal 360 166 252 0 63 35 6 516 120 106
Binary 11110000 1110110 10101010 0 110011 11101 110 101001110 1010000 1000110

Color Harmonies of #F076AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F076AA

Black with #F076AA

Text Example


Text Example

White with #F076AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F076AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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