Html Css Color HEX #F570A6 Tickle Me Pink

📋 copy color: '#F570A6'

red 245 ◦ green 112 ◦ blue 166

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

Shades of Tickle Me Pink #F570A6

Tints of Tickle Me Pink #F570A6

RGB

 RED value IS 245 (96.09% from 255) = 46.85%

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

 BLUE value IS 166 (65.23% from 255) = 31.74%

R = 46.85%
G = 21.41%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F570A6 (or 0xF570A6) is known color: Tickle Me Pink. HEX triplet: F5, 70 and A6. RGB value is (245,112,166). Sum of RGB (Red+Green+Blue) = 245+112+166=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F570A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F570A6 is #0A8F59. Grayscale: #9D9D9D. Windows color (decimal): -692058 or 10907893. OLE color: 10907893.

HSL color Cylindrical-coordinate representation of color #F570A6: hue angle of 335.64º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F570A6 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 112 166 -
CMYK 0 0.54 0.32 0.04
HSL 335.64º 0.87% 0.7% -
HSV(B) 335.64º 0.54% 0.96% -
XYZ 50.33 33.75 39.94 -
YUV 157.92 132.56 190.11 -
System Red Green Blue C M Y K H S L
Decimal 245 112 166 0 0.54 0.32 0.04 335.64 0.87 0.7
Hex F5 70 A6 0 36 20 4 150 57 46
Octal 365 160 246 0 66 40 4 520 127 106
Binary 11110101 1110000 10100110 0 110110 100000 100 101010000 1010111 1000110

Color Harmonies of #F570A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F570A6

Black with #F570A6

Text Example


Text Example

White with #F570A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F570A6; }

 p { color: rgb(245,112,166); }

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

background-color css

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

 a { background-color: rgb(245,112,166); }

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

border-color css

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

 span { border-color: rgb(245,112,166); }

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