Html Css Color HEX #FA80AC Tickle Me Pink

📋 copy color: '#FA80AC'

red 250 ◦ green 128 ◦ blue 172

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

Shades of Tickle Me Pink #FA80AC

Tints of Tickle Me Pink #FA80AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.27%

R = 45.45%
G = 23.27%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FA80AC (or 0xFA80AC) is known color: Tickle Me Pink. HEX triplet: FA, 80 and AC. RGB value is (250,128,172). Sum of RGB (Red+Green+Blue) = 250+128+172=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA80AC is #057F53. Grayscale: #A9A9A9. Windows color (decimal): -360276 or 11305210. OLE color: 11305210.

HSL color Cylindrical-coordinate representation of color #FA80AC: hue angle of 338.36º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA80AC is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 128 172 -
CMYK 0 0.49 0.31 0.02
HSL 338.36º 0.92% 0.74% -
HSV(B) 338.36º 0.49% 0.98% -
XYZ 54.59 38.74 43.63 -
YUV 169.49 129.42 185.42 -
System Red Green Blue C M Y K H S L
Decimal 250 128 172 0 0.49 0.31 0.02 338.36 0.92 0.74
Hex FA 80 AC 0 31 1F 2 152 5C 4A
Octal 372 200 254 0 61 37 2 522 134 112
Binary 11111010 10000000 10101100 0 110001 11111 10 101010010 1011100 1001010

Color Harmonies of #FA80AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80AC

Black with #FA80AC

Text Example


Text Example

White with #FA80AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80AC; }

 p { color: rgb(250,128,172); }

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

background-color css

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

 a { background-color: rgb(250,128,172); }

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

border-color css

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

 span { border-color: rgb(250,128,172); }

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