Html Css Color HEX #F985A1 Tickle Me Pink

📋 copy color: '#F985A1'

red 249 ◦ green 133 ◦ blue 161

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

Shades of Tickle Me Pink #F985A1

Tints of Tickle Me Pink #F985A1

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.49%

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

R = 45.86%
G = 24.49%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F985A1 (or 0xF985A1) is known color: Tickle Me Pink. HEX triplet: F9, 85 and A1. RGB value is (249,133,161). Sum of RGB (Red+Green+Blue) = 249+133+161=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F985A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F985A1 is #067A5E. Grayscale: #AAAAAA. Windows color (decimal): -424543 or 10585593. OLE color: 10585593.

HSL color Cylindrical-coordinate representation of color #F985A1: hue angle of 345.52º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F985A1 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 133 161 -
CMYK 0 0.47 0.35 0.02
HSL 345.52º 0.91% 0.75% -
HSV(B) 345.52º 0.47% 0.98% -
XYZ 53.89 39.49 38.5 -
YUV 170.88 122.43 183.72 -
System Red Green Blue C M Y K H S L
Decimal 249 133 161 0 0.47 0.35 0.02 345.52 0.91 0.75
Hex F9 85 A1 0 2F 23 2 15A 5B 4B
Octal 371 205 241 0 57 43 2 532 133 113
Binary 11111001 10000101 10100001 0 101111 100011 10 101011010 1011011 1001011

Color Harmonies of #F985A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F985A1

Black with #F985A1

Text Example


Text Example

White with #F985A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F985A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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