Html Css Color HEX #F985B1 Tickle Me Pink

📋 copy color: '#F985B1'

red 249 ◦ green 133 ◦ blue 177

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

Shades of Tickle Me Pink #F985B1

Tints of Tickle Me Pink #F985B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 31.66%

R = 44.54%
G = 23.79%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F985B1 (or 0xF985B1) is known color: Tickle Me Pink. HEX triplet: F9, 85 and B1. RGB value is (249,133,177). Sum of RGB (Red+Green+Blue) = 249+133+177=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F985B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F985B1 is #067A4E. Grayscale: #ACACAC. Windows color (decimal): -424527 or 11634169. OLE color: 11634169.

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

Color convert

RGB 249 133 177 -
CMYK 0 0.47 0.29 0.02
HSL 337.24º 0.91% 0.75% -
HSV(B) 337.24º 0.47% 0.98% -
XYZ 55.39 40.09 46.41 -
YUV 172.7 130.43 182.42 -
System Red Green Blue C M Y K H S L
Decimal 249 133 177 0 0.47 0.29 0.02 337.24 0.91 0.75
Hex F9 85 B1 0 2F 1D 2 151 5B 4B
Octal 371 205 261 0 57 35 2 521 133 113
Binary 11111001 10000101 10110001 0 101111 11101 10 101010001 1011011 1001011

Color Harmonies of #F985B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F985B1

Black with #F985B1

Text Example


Text Example

White with #F985B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F985B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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