Html Css Color HEX #F076AB Tickle Me Pink

📋 copy color: '#F076AB'

red 240 ◦ green 118 ◦ blue 171

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

Shades of Tickle Me Pink #F076AB

Tints of Tickle Me Pink #F076AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.33%

R = 45.37%
G = 22.31%
B = 32.33%

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

#F076AB (or 0xF076AB) is known color: Tickle Me Pink. HEX triplet: F0, 76 and AB. RGB value is (240,118,171). Sum of RGB (Red+Green+Blue) = 240+118+171=529 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.37% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 240 - color contains mainly: red. Hex color #F076AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F076AB is #0F8954. Grayscale: #A0A0A0. Windows color (decimal): -1018197 or 11237104. OLE color: 11237104.

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

Color convert

RGB 240 118 171 -
CMYK 0 0.51 0.29 0.06
HSL 333.93º 0.8% 0.7% -
HSV(B) 333.93º 0.51% 0.94% -
XYZ 49.76 34.42 42.55 -
YUV 160.52 133.92 184.69 -
System Red Green Blue C M Y K H S L
Decimal 240 118 171 0 0.51 0.29 0.06 333.93 0.8 0.7
Hex F0 76 AB 0 33 1D 6 14E 50 46
Octal 360 166 253 0 63 35 6 516 120 106
Binary 11110000 1110110 10101011 0 110011 11101 110 101001110 1010000 1000110

Color Harmonies of #F076AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F076AB

Black with #F076AB

Text Example


Text Example

White with #F076AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F076AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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