Html Css Color HEX #F770A5 Tickle Me Pink

📋 copy color: '#F770A5'

red 247 ◦ green 112 ◦ blue 165

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

Shades of Tickle Me Pink #F770A5

Tints of Tickle Me Pink #F770A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.49%

R = 47.14%
G = 21.37%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F770A5 (or 0xF770A5) is known color: Tickle Me Pink. HEX triplet: F7, 70 and A5. RGB value is (247,112,165). Sum of RGB (Red+Green+Blue) = 247+112+165=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F770A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F770A5 is #088F5A. Grayscale: #9E9E9E. Windows color (decimal): -560987 or 10842359. OLE color: 10842359.

HSL color Cylindrical-coordinate representation of color #F770A5: hue angle of 336.44º 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 #F770A5 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 112 165 -
CMYK 0 0.55 0.33 0.03
HSL 336.44º 0.89% 0.7% -
HSV(B) 336.44º 0.55% 0.97% -
XYZ 50.94 34.08 39.49 -
YUV 158.41 131.73 191.19 -
System Red Green Blue C M Y K H S L
Decimal 247 112 165 0 0.55 0.33 0.03 336.44 0.89 0.7
Hex F7 70 A5 0 37 21 3 150 59 46
Octal 367 160 245 0 67 41 3 520 131 106
Binary 11110111 1110000 10100101 0 110111 100001 11 101010000 1011001 1000110

Color Harmonies of #F770A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F770A5

Black with #F770A5

Text Example


Text Example

White with #F770A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F770A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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