Html Css Color HEX #F96D9D Tickle Me Pink

📋 copy color: '#F96D9D'

red 249 ◦ green 109 ◦ blue 157

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

Shades of Tickle Me Pink #F96D9D

Tints of Tickle Me Pink #F96D9D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.17%

 BLUE value IS 157 (61.72% from 255) = 30.49%

R = 48.35%
G = 21.17%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F96D9D (or 0xF96D9D) is known color: Tickle Me Pink. HEX triplet: F9, 6D and 9D. RGB value is (249,109,157). Sum of RGB (Red+Green+Blue) = 249+109+157=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96D9D is #069262. Grayscale: #9C9C9C. Windows color (decimal): -430691 or 10317305. OLE color: 10317305.

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

Color convert

RGB 249 109 157 -
CMYK 0 0.56 0.37 0.02
HSL 339.43º 0.92% 0.7% -
HSV(B) 339.43º 0.56% 0.98% -
XYZ 50.62 33.51 35.7 -
YUV 156.33 128.38 194.1 -
System Red Green Blue C M Y K H S L
Decimal 249 109 157 0 0.56 0.37 0.02 339.43 0.92 0.7
Hex F9 6D 9D 0 38 25 2 153 5C 46
Octal 371 155 235 0 70 45 2 523 134 106
Binary 11111001 1101101 10011101 0 111000 100101 10 101010011 1011100 1000110

Color Harmonies of #F96D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96D9D

Black with #F96D9D

Text Example


Text Example

White with #F96D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96D9D; }

 p { color: rgb(249,109,157); }

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

background-color css

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

 a { background-color: rgb(249,109,157); }

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

border-color css

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

 span { border-color: rgb(249,109,157); }

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