Html Css Color HEX #F96EA0 Tickle Me Pink

📋 copy color: '#F96EA0'

red 249 ◦ green 110 ◦ blue 160

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

Shades of Tickle Me Pink #F96EA0

Tints of Tickle Me Pink #F96EA0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.19%

 BLUE value IS 160 (62.89% from 255) = 30.83%

R = 47.98%
G = 21.19%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#F96EA0 (or 0xF96EA0) is known color: Tickle Me Pink. HEX triplet: F9, 6E and A0. RGB value is (249,110,160). Sum of RGB (Red+Green+Blue) = 249+110+160=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F96EA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96EA0 is #06915F. Grayscale: #9D9D9D. Windows color (decimal): -430432 or 10514169. OLE color: 10514169.

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

Color convert

RGB 249 110 160 -
CMYK 0 0.56 0.36 0.02
HSL 338.42º 0.92% 0.7% -
HSV(B) 338.42º 0.56% 0.98% -
XYZ 50.99 33.83 37.1 -
YUV 157.26 129.55 193.43 -
System Red Green Blue C M Y K H S L
Decimal 249 110 160 0 0.56 0.36 0.02 338.42 0.92 0.7
Hex F9 6E A0 0 38 24 2 152 5C 46
Octal 371 156 240 0 70 44 2 522 134 106
Binary 11111001 1101110 10100000 0 111000 100100 10 101010010 1011100 1000110

Color Harmonies of #F96EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F96EA0

Black with #F96EA0

Text Example


Text Example

White with #F96EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F96EA0; }

 p { color: rgb(249,110,160); }

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

background-color css

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

 a { background-color: rgb(249,110,160); }

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

border-color css

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

 span { border-color: rgb(249,110,160); }

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