Html Css Color HEX #F96C9B Tickle Me Pink

📋 copy color: '#F96C9B'

red 249 ◦ green 108 ◦ blue 155

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

Shades of Tickle Me Pink #F96C9B

Tints of Tickle Me Pink #F96C9B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.09%

 BLUE value IS 155 (60.94% from 255) = 30.27%

R = 48.63%
G = 21.09%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F96C9B (or 0xF96C9B) is known color: Tickle Me Pink. HEX triplet: F9, 6C and 9B. RGB value is (249,108,155). Sum of RGB (Red+Green+Blue) = 249+108+155=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96C9B is #069364. Grayscale: #9B9B9B. Windows color (decimal): -430949 or 10185977. OLE color: 10185977.

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

Color convert

RGB 249 108 155 -
CMYK 0 0.57 0.38 0.02
HSL 340º 0.92% 0.7% -
HSV(B) 340º 0.57% 0.98% -
XYZ 50.35 33.23 34.77 -
YUV 155.52 127.71 194.68 -
System Red Green Blue C M Y K H S L
Decimal 249 108 155 0 0.57 0.38 0.02 340 0.92 0.7
Hex F9 6C 9B 0 39 26 2 154 5C 46
Octal 371 154 233 0 71 46 2 524 134 106
Binary 11111001 1101100 10011011 0 111001 100110 10 101010100 1011100 1000110

Color Harmonies of #F96C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96C9B

Black with #F96C9B

Text Example


Text Example

White with #F96C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96C9B; }

 p { color: rgb(249,108,155); }

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

background-color css

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

 a { background-color: rgb(249,108,155); }

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

border-color css

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

 span { border-color: rgb(249,108,155); }

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