Html Css Color HEX #F975A6 Tickle Me Pink

📋 copy color: '#F975A6'

red 249 ◦ green 117 ◦ blue 166

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

Shades of Tickle Me Pink #F975A6

Tints of Tickle Me Pink #F975A6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.99%

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

R = 46.8%
G = 21.99%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F975A6 (or 0xF975A6) is known color: Tickle Me Pink. HEX triplet: F9, 75 and A6. RGB value is (249,117,166). Sum of RGB (Red+Green+Blue) = 249+117+166=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F975A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F975A6 is #068A59. Grayscale: #A1A1A1. Windows color (decimal): -428634 or 10909177. OLE color: 10909177.

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

Color convert

RGB 249 117 166 -
CMYK 0 0.53 0.33 0.02
HSL 337.73º 0.92% 0.72% -
HSV(B) 337.73º 0.53% 0.98% -
XYZ 52.31 35.62 40.19 -
YUV 162.05 130.23 190.02 -
System Red Green Blue C M Y K H S L
Decimal 249 117 166 0 0.53 0.33 0.02 337.73 0.92 0.72
Hex F9 75 A6 0 35 21 2 152 5C 48
Octal 371 165 246 0 65 41 2 522 134 110
Binary 11111001 1110101 10100110 0 110101 100001 10 101010010 1011100 1001000

Color Harmonies of #F975A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F975A6

Black with #F975A6

Text Example


Text Example

White with #F975A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F975A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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