Html Css Color HEX #F974A1 Tickle Me Pink

📋 copy color: '#F974A1'

red 249 ◦ green 116 ◦ blue 161

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

Shades of Tickle Me Pink #F974A1

Tints of Tickle Me Pink #F974A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.61%

R = 47.34%
G = 22.05%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F974A1 (or 0xF974A1) is known color: Tickle Me Pink. HEX triplet: F9, 74 and A1. RGB value is (249,116,161). Sum of RGB (Red+Green+Blue) = 249+116+161=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 116 (45.70% from 255 or 22.05% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F974A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F974A1 is #068B5E. Grayscale: #A0A0A0. Windows color (decimal): -428895 or 10581241. OLE color: 10581241.

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

Color convert

RGB 249 116 161 -
CMYK 0 0.53 0.35 0.02
HSL 339.7º 0.92% 0.72% -
HSV(B) 339.7º 0.53% 0.98% -
XYZ 51.75 35.2 37.79 -
YUV 160.9 128.06 190.84 -
System Red Green Blue C M Y K H S L
Decimal 249 116 161 0 0.53 0.35 0.02 339.7 0.92 0.72
Hex F9 74 A1 0 35 23 2 154 5C 48
Octal 371 164 241 0 65 43 2 524 134 110
Binary 11111001 1110100 10100001 0 110101 100011 10 101010100 1011100 1001000

Color Harmonies of #F974A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F974A1

Black with #F974A1

Text Example


Text Example

White with #F974A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F974A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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