Html Css Color HEX #F974A0 Tickle Me Pink

📋 copy color: '#F974A0'

red 249 ◦ green 116 ◦ blue 160

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

Shades of Tickle Me Pink #F974A0

Tints of Tickle Me Pink #F974A0

RGB

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

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

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

R = 47.43%
G = 22.1%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F974A0 (or 0xF974A0) is known color: Tickle Me Pink. HEX triplet: F9, 74 and A0. RGB value is (249,116,160). Sum of RGB (Red+Green+Blue) = 249+116+160=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F974A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F974A0 is #068B5F. Grayscale: #A0A0A0. Windows color (decimal): -428896 or 10515705. OLE color: 10515705.

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

Color convert

RGB 249 116 160 -
CMYK 0 0.53 0.36 0.02
HSL 340.15º 0.92% 0.72% -
HSV(B) 340.15º 0.53% 0.98% -
XYZ 51.66 35.17 37.32 -
YUV 160.78 127.56 190.92 -
System Red Green Blue C M Y K H S L
Decimal 249 116 160 0 0.53 0.36 0.02 340.15 0.92 0.72
Hex F9 74 A0 0 35 24 2 154 5C 48
Octal 371 164 240 0 65 44 2 524 134 110
Binary 11111001 1110100 10100000 0 110101 100100 10 101010100 1011100 1001000

Color Harmonies of #F974A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F974A0

Black with #F974A0

Text Example


Text Example

White with #F974A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F974A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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