Html Css Color HEX #F970A5 Tickle Me Pink

📋 copy color: '#F970A5'

red 249 ◦ green 112 ◦ blue 165

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

Shades of Tickle Me Pink #F970A5

Tints of Tickle Me Pink #F970A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.37%

R = 47.34%
G = 21.29%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#F970A5 (or 0xF970A5) is known color: Tickle Me Pink. HEX triplet: F9, 70 and A5. RGB value is (249,112,165). Sum of RGB (Red+Green+Blue) = 249+112+165=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F970A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F970A5 is #068F5A. Grayscale: #9E9E9E. Windows color (decimal): -429915 or 10842361. OLE color: 10842361.

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

Color convert

RGB 249 112 165 -
CMYK 0 0.55 0.34 0.02
HSL 336.79º 0.92% 0.71% -
HSV(B) 336.79º 0.55% 0.98% -
XYZ 51.65 34.44 39.52 -
YUV 159.01 131.39 192.19 -
System Red Green Blue C M Y K H S L
Decimal 249 112 165 0 0.55 0.34 0.02 336.79 0.92 0.71
Hex F9 70 A5 0 37 22 2 151 5C 47
Octal 371 160 245 0 67 42 2 521 134 107
Binary 11111001 1110000 10100101 0 110111 100010 10 101010001 1011100 1000111

Color Harmonies of #F970A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970A5

Black with #F970A5

Text Example


Text Example

White with #F970A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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