Html Css Color HEX #FD80A1 Tickle Me Pink

📋 copy color: '#FD80A1'

red 253 ◦ green 128 ◦ blue 161

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

Shades of Tickle Me Pink #FD80A1

Tints of Tickle Me Pink #FD80A1

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.62%

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

R = 46.68%
G = 23.62%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FD80A1 (or 0xFD80A1) is known color: Tickle Me Pink. HEX triplet: FD, 80 and A1. RGB value is (253,128,161). Sum of RGB (Red+Green+Blue) = 253+128+161=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD80A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD80A1 is #027F5E. Grayscale: #A9A9A9. Windows color (decimal): -163679 or 10584317. OLE color: 10584317.

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

Color convert

RGB 253 128 161 -
CMYK 0 0.49 0.36 0.01
HSL 344.16º 0.97% 0.75% -
HSV(B) 344.16º 0.49% 0.99% -
XYZ 54.66 38.89 38.34 -
YUV 169.14 123.41 187.82 -
System Red Green Blue C M Y K H S L
Decimal 253 128 161 0 0.49 0.36 0.01 344.16 0.97 0.75
Hex FD 80 A1 0 31 24 1 158 61 4B
Octal 375 200 241 0 61 44 1 530 141 113
Binary 11111101 10000000 10100001 0 110001 100100 1 101011000 1100001 1001011

Color Harmonies of #FD80A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD80A1

Black with #FD80A1

Text Example


Text Example

White with #FD80A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD80A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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