Html Css Color HEX #F770A1 Tickle Me Pink

📋 copy color: '#F770A1'

red 247 ◦ green 112 ◦ blue 161

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

Shades of Tickle Me Pink #F770A1

Tints of Tickle Me Pink #F770A1

RGB

 RED value IS 247 (96.88% from 255) = 47.5%

 GREEN value IS 112 (44.14% from 255) = 21.54%

 BLUE value IS 161 (63.28% from 255) = 30.96%

R = 47.5%
G = 21.54%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#F770A1 (or 0xF770A1) is known color: Tickle Me Pink. HEX triplet: F7, 70 and A1. RGB value is (247,112,161). Sum of RGB (Red+Green+Blue) = 247+112+161=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F770A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F770A1 is #088F5E. Grayscale: #9D9D9D. Windows color (decimal): -560991 or 10580215. OLE color: 10580215.

HSL color Cylindrical-coordinate representation of color #F770A1: hue angle of 338.22º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F770A1 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 112 161 -
CMYK 0 0.55 0.35 0.03
HSL 338.22º 0.89% 0.7% -
HSV(B) 338.22º 0.55% 0.97% -
XYZ 50.58 33.94 37.6 -
YUV 157.95 129.73 191.52 -
System Red Green Blue C M Y K H S L
Decimal 247 112 161 0 0.55 0.35 0.03 338.22 0.89 0.7
Hex F7 70 A1 0 37 23 3 152 59 46
Octal 367 160 241 0 67 43 3 522 131 106
Binary 11110111 1110000 10100001 0 110111 100011 11 101010010 1011001 1000110

Color Harmonies of #F770A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F770A1

Black with #F770A1

Text Example


Text Example

White with #F770A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F770A1; }

 p { color: rgb(247,112,161); }

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

background-color css

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

 a { background-color: rgb(247,112,161); }

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

border-color css

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

 span { border-color: rgb(247,112,161); }

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