Html Css Color HEX #FD85A1 Tickle Me Pink

📋 copy color: '#FD85A1'

red 253 ◦ green 133 ◦ blue 161

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

Shades of Tickle Me Pink #FD85A1

Tints of Tickle Me Pink #FD85A1

RGB

 RED value IS 253 (99.22% from 255) = 46.25%

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

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

R = 46.25%
G = 24.31%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD85A1 (or 0xFD85A1) is known color: Tickle Me Pink. HEX triplet: FD, 85 and A1. RGB value is (253,133,161). Sum of RGB (Red+Green+Blue) = 253+133+161=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 253 - color contains mainly: red. Hex color #FD85A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD85A1 is #027A5E. Grayscale: #ACACAC. Windows color (decimal): -162399 or 10585597. OLE color: 10585597.

HSL color Cylindrical-coordinate representation of color #FD85A1: hue angle of 346º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FD85A1 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 133 161 -
CMYK 0 0.47 0.36 0.01
HSL 346º 0.97% 0.76% -
HSV(B) 346º 0.47% 0.99% -
XYZ 55.33 40.23 38.57 -
YUV 172.07 121.76 185.72 -
System Red Green Blue C M Y K H S L
Decimal 253 133 161 0 0.47 0.36 0.01 346 0.97 0.76
Hex FD 85 A1 0 2F 24 1 15A 61 4C
Octal 375 205 241 0 57 44 1 532 141 114
Binary 11111101 10000101 10100001 0 101111 100100 1 101011010 1100001 1001100

Color Harmonies of #FD85A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD85A1

Black with #FD85A1

Text Example


Text Example

White with #FD85A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD85A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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