Html Css Color HEX #F970A3 Tickle Me Pink

📋 copy color: '#F970A3'

red 249 ◦ green 112 ◦ blue 163

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

Shades of Tickle Me Pink #F970A3

Tints of Tickle Me Pink #F970A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.11%

R = 47.52%
G = 21.37%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F970A3 (or 0xF970A3) is known color: Tickle Me Pink. HEX triplet: F9, 70 and A3. RGB value is (249,112,163). Sum of RGB (Red+Green+Blue) = 249+112+163=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 163 (64.06% from 255 or 31.11% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F970A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F970A3 is #068F5C. Grayscale: #9E9E9E. Windows color (decimal): -429917 or 10711289. OLE color: 10711289.

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

Color convert

RGB 249 112 163 -
CMYK 0 0.55 0.35 0.02
HSL 337.66º 0.92% 0.71% -
HSV(B) 337.66º 0.55% 0.98% -
XYZ 51.47 34.37 38.57 -
YUV 158.78 130.39 192.35 -
System Red Green Blue C M Y K H S L
Decimal 249 112 163 0 0.55 0.35 0.02 337.66 0.92 0.71
Hex F9 70 A3 0 37 23 2 152 5C 47
Octal 371 160 243 0 67 43 2 522 134 107
Binary 11111001 1110000 10100011 0 110111 100011 10 101010010 1011100 1000111

Color Harmonies of #F970A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F970A3

Black with #F970A3

Text Example


Text Example

White with #F970A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F970A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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