Html Css Color HEX #F96CA1 Tickle Me Pink

📋 copy color: '#F96CA1'

red 249 ◦ green 108 ◦ blue 161

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

Shades of Tickle Me Pink #F96CA1

Tints of Tickle Me Pink #F96CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.08%

R = 48.07%
G = 20.85%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F96CA1 (or 0xF96CA1) is known color: Tickle Me Pink. HEX triplet: F9, 6C and A1. RGB value is (249,108,161). Sum of RGB (Red+Green+Blue) = 249+108+161=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96CA1 is #06935E. Grayscale: #9C9C9C. Windows color (decimal): -430943 or 10579193. OLE color: 10579193.

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

Color convert

RGB 249 108 161 -
CMYK 0 0.57 0.35 0.02
HSL 337.45º 0.92% 0.7% -
HSV(B) 337.45º 0.57% 0.98% -
XYZ 50.86 33.44 37.49 -
YUV 156.2 130.71 194.19 -
System Red Green Blue C M Y K H S L
Decimal 249 108 161 0 0.57 0.35 0.02 337.45 0.92 0.7
Hex F9 6C A1 0 39 23 2 151 5C 46
Octal 371 154 241 0 71 43 2 521 134 106
Binary 11111001 1101100 10100001 0 111001 100011 10 101010001 1011100 1000110

Color Harmonies of #F96CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96CA1

Black with #F96CA1

Text Example


Text Example

White with #F96CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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