Html Css Color HEX #F57DA2 Tickle Me Pink

📋 copy color: '#F57DA2'

red 245 ◦ green 125 ◦ blue 162

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

Shades of Tickle Me Pink #F57DA2

Tints of Tickle Me Pink #F57DA2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.5%

 BLUE value IS 162 (63.67% from 255) = 30.45%

R = 46.05%
G = 23.5%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.04

RGB Variations

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

Color information

#F57DA2 (or 0xF57DA2) is known color: Tickle Me Pink. HEX triplet: F5, 7D and A2. RGB value is (245,125,162). Sum of RGB (Red+Green+Blue) = 245+125+162=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 162 (63.67% from 255 or 30.45% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57DA2 is #0A825D. Grayscale: #A5A5A5. Windows color (decimal): -688734 or 10649077. OLE color: 10649077.

HSL color Cylindrical-coordinate representation of color #F57DA2: hue angle of 341.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57DA2 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 125 162 -
CMYK 0 0.49 0.34 0.04
HSL 341.5º 0.86% 0.73% -
HSV(B) 341.5º 0.49% 0.96% -
XYZ 51.51 36.69 38.55 -
YUV 165.1 126.26 184.99 -
System Red Green Blue C M Y K H S L
Decimal 245 125 162 0 0.49 0.34 0.04 341.5 0.86 0.73
Hex F5 7D A2 0 31 22 4 156 56 49
Octal 365 175 242 0 61 42 4 526 126 111
Binary 11110101 1111101 10100010 0 110001 100010 100 101010110 1010110 1001001

Color Harmonies of #F57DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57DA2

Black with #F57DA2

Text Example


Text Example

White with #F57DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57DA2; }

 p { color: rgb(245,125,162); }

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

background-color css

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

 a { background-color: rgb(245,125,162); }

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

border-color css

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

 span { border-color: rgb(245,125,162); }

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