Html Css Color HEX #FA73A1 Tickle Me Pink

📋 copy color: '#FA73A1'

red 250 ◦ green 115 ◦ blue 161

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

Shades of Tickle Me Pink #FA73A1

Tints of Tickle Me Pink #FA73A1

RGB

 RED value IS 250 (98.05% from 255) = 47.53%

 GREEN value IS 115 (45.31% from 255) = 21.86%

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

R = 47.53%
G = 21.86%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA73A1 (or 0xFA73A1) is known color: Tickle Me Pink. HEX triplet: FA, 73 and A1. RGB value is (250,115,161). Sum of RGB (Red+Green+Blue) = 250+115+161=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA73A1 is #058C5E. Grayscale: #A0A0A0. Windows color (decimal): -363615 or 10580986. OLE color: 10580986.

HSL color Cylindrical-coordinate representation of color #FA73A1: hue angle of 339.56º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA73A1 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 115 161 -
CMYK 0 0.54 0.36 0.02
HSL 339.56º 0.93% 0.72% -
HSV(B) 339.56º 0.54% 0.98% -
XYZ 51.99 35.16 37.76 -
YUV 160.61 128.23 191.76 -
System Red Green Blue C M Y K H S L
Decimal 250 115 161 0 0.54 0.36 0.02 339.56 0.93 0.72
Hex FA 73 A1 0 36 24 2 154 5D 48
Octal 372 163 241 0 66 44 2 524 135 110
Binary 11111010 1110011 10100001 0 110110 100100 10 101010100 1011101 1001000

Color Harmonies of #FA73A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA73A1

Black with #FA73A1

Text Example


Text Example

White with #FA73A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA73A1; }

 p { color: rgb(250,115,161); }

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

background-color css

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

 a { background-color: rgb(250,115,161); }

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

border-color css

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

 span { border-color: rgb(250,115,161); }

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