Html Css Color HEX #F970A6 Tickle Me Pink

📋 copy color: '#F970A6'

red 249 ◦ green 112 ◦ blue 166

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

Shades of Tickle Me Pink #F970A6

Tints of Tickle Me Pink #F970A6

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.25%

 BLUE value IS 166 (65.23% from 255) = 31.5%

R = 47.25%
G = 21.25%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F970A6 (or 0xF970A6) is known color: Tickle Me Pink. HEX triplet: F9, 70 and A6. RGB value is (249,112,166). Sum of RGB (Red+Green+Blue) = 249+112+166=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F970A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F970A6 is #068F59. Grayscale: #9F9F9F. Windows color (decimal): -429914 or 10907897. OLE color: 10907897.

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

Color convert

RGB 249 112 166 -
CMYK 0 0.55 0.33 0.02
HSL 336.35º 0.92% 0.71% -
HSV(B) 336.35º 0.55% 0.98% -
XYZ 51.74 34.48 40 -
YUV 159.12 131.89 192.11 -
System Red Green Blue C M Y K H S L
Decimal 249 112 166 0 0.55 0.33 0.02 336.35 0.92 0.71
Hex F9 70 A6 0 37 21 2 150 5C 47
Octal 371 160 246 0 67 41 2 520 134 107
Binary 11111001 1110000 10100110 0 110111 100001 10 101010000 1011100 1000111

Color Harmonies of #F970A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970A6

Black with #F970A6

Text Example


Text Example

White with #F970A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970A6; }

 p { color: rgb(249,112,166); }

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

background-color css

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

 a { background-color: rgb(249,112,166); }

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

border-color css

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

 span { border-color: rgb(249,112,166); }

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