Html Css Color HEX #F570A0 Tickle Me Pink

📋 copy color: '#F570A0'

red 245 ◦ green 112 ◦ blue 160

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

Shades of Tickle Me Pink #F570A0

Tints of Tickle Me Pink #F570A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.95%

R = 47.39%
G = 21.66%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F570A0 (or 0xF570A0) is known color: Tickle Me Pink. HEX triplet: F5, 70 and A0. RGB value is (245,112,160). Sum of RGB (Red+Green+Blue) = 245+112+160=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F570A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F570A0 is #0A8F5F. Grayscale: #9D9D9D. Windows color (decimal): -692064 or 10514677. OLE color: 10514677.

HSL color Cylindrical-coordinate representation of color #F570A0: hue angle of 338.35º 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 #F570A0 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 112 160 -
CMYK 0 0.54 0.35 0.04
HSL 338.35º 0.87% 0.7% -
HSV(B) 338.35º 0.54% 0.96% -
XYZ 49.8 33.54 37.11 -
YUV 157.24 129.56 190.6 -
System Red Green Blue C M Y K H S L
Decimal 245 112 160 0 0.54 0.35 0.04 338.35 0.87 0.7
Hex F5 70 A0 0 36 23 4 152 57 46
Octal 365 160 240 0 66 43 4 522 127 106
Binary 11110101 1110000 10100000 0 110110 100011 100 101010010 1010111 1000110

Color Harmonies of #F570A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F570A0

Black with #F570A0

Text Example


Text Example

White with #F570A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F570A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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