Html Css Color HEX #F574AA Tickle Me Pink

📋 copy color: '#F574AA'

red 245 ◦ green 116 ◦ blue 170

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

Shades of Tickle Me Pink #F574AA

Tints of Tickle Me Pink #F574AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.85%

 BLUE value IS 170 (66.8% from 255) = 32.02%

R = 46.14%
G = 21.85%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F574AA (or 0xF574AA) is known color: Tickle Me Pink. HEX triplet: F5, 74 and AA. RGB value is (245,116,170). Sum of RGB (Red+Green+Blue) = 245+116+170=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F574AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F574AA is #0A8B55. Grayscale: #A0A0A0. Windows color (decimal): -691030 or 11171061. OLE color: 11171061.

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

Color convert

RGB 245 116 170 -
CMYK 0 0.53 0.31 0.04
HSL 334.88º 0.87% 0.71% -
HSV(B) 334.88º 0.53% 0.96% -
XYZ 51.16 34.81 42.05 -
YUV 160.73 133.24 188.11 -
System Red Green Blue C M Y K H S L
Decimal 245 116 170 0 0.53 0.31 0.04 334.88 0.87 0.71
Hex F5 74 AA 0 35 1F 4 14F 57 47
Octal 365 164 252 0 65 37 4 517 127 107
Binary 11110101 1110100 10101010 0 110101 11111 100 101001111 1010111 1000111

Color Harmonies of #F574AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F574AA

Black with #F574AA

Text Example


Text Example

White with #F574AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F574AA; }

 p { color: rgb(245,116,170); }

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

background-color css

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

 a { background-color: rgb(245,116,170); }

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

border-color css

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

 span { border-color: rgb(245,116,170); }

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