Html Css Color HEX #F974AA Tickle Me Pink

📋 copy color: '#F974AA'

red 249 ◦ green 116 ◦ blue 170

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

Shades of Tickle Me Pink #F974AA

Tints of Tickle Me Pink #F974AA

RGB

 RED value IS 249 (97.66% from 255) = 46.54%

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

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

R = 46.54%
G = 21.68%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F974AA (or 0xF974AA) is known color: Tickle Me Pink. HEX triplet: F9, 74 and AA. RGB value is (249,116,170). Sum of RGB (Red+Green+Blue) = 249+116+170=535 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.54% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 249 - color contains mainly: red. Hex color #F974AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F974AA is #068B55. Grayscale: #A1A1A1. Windows color (decimal): -428886 or 11171065. OLE color: 11171065.

HSL color Cylindrical-coordinate representation of color #F974AA: hue angle of 335.64º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F974AA is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 116 170 -
CMYK 0 0.53 0.32 0.02
HSL 335.64º 0.92% 0.72% -
HSV(B) 335.64º 0.53% 0.98% -
XYZ 52.57 35.53 42.12 -
YUV 161.92 132.56 190.11 -
System Red Green Blue C M Y K H S L
Decimal 249 116 170 0 0.53 0.32 0.02 335.64 0.92 0.72
Hex F9 74 AA 0 35 20 2 150 5C 48
Octal 371 164 252 0 65 40 2 520 134 110
Binary 11111001 1110100 10101010 0 110101 100000 10 101010000 1011100 1001000

Color Harmonies of #F974AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F974AA

Black with #F974AA

Text Example


Text Example

White with #F974AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F974AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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