Html Css Color HEX #FE72A1 Tickle Me Pink

📋 copy color: '#FE72A1'

red 254 ◦ green 114 ◦ blue 161

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

Shades of Tickle Me Pink #FE72A1

Tints of Tickle Me Pink #FE72A1

RGB

 RED value IS 254 (99.61% from 255) = 48.02%

 GREEN value IS 114 (44.92% from 255) = 21.55%

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

R = 48.02%
G = 21.55%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE72A1 (or 0xFE72A1) is known color: Tickle Me Pink. HEX triplet: FE, 72 and A1. RGB value is (254,114,161). Sum of RGB (Red+Green+Blue) = 254+114+161=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE72A1 is #018D5E. Grayscale: #A1A1A1. Windows color (decimal): -101727 or 10580734. OLE color: 10580734.

HSL color Cylindrical-coordinate representation of color #FE72A1: hue angle of 339.86º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE72A1 is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 114 161 -
CMYK 0 0.55 0.37 0.00
HSL 339.86º 0.99% 0.72% -
HSV(B) 339.86º 0.55% 1% -
XYZ 53.32 35.68 37.79 -
YUV 161.22 127.88 194.18 -
System Red Green Blue C M Y K H S L
Decimal 254 114 161 0 0.55 0.37 0.00 339.86 0.99 0.72
Hex FE 72 A1 0 37 25 0 154 63 48
Octal 376 162 241 0 67 45 0 524 143 110
Binary 11111110 1110010 10100001 0 110111 100101 0 101010100 1100011 1001000

Color Harmonies of #FE72A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE72A1

Black with #FE72A1

Text Example


Text Example

White with #FE72A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE72A1; }

 p { color: rgb(254,114,161); }

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

background-color css

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

 a { background-color: rgb(254,114,161); }

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

border-color css

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

 span { border-color: rgb(254,114,161); }

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