Html Css Color HEX #FA80A2 Tickle Me Pink

📋 copy color: '#FA80A2'

red 250 ◦ green 128 ◦ blue 162

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

Shades of Tickle Me Pink #FA80A2

Tints of Tickle Me Pink #FA80A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30%

R = 46.3%
G = 23.7%
B = 30%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#FA80A2 (or 0xFA80A2) is known color: Tickle Me Pink. HEX triplet: FA, 80 and A2. RGB value is (250,128,162). Sum of RGB (Red+Green+Blue) = 250+128+162=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 162 (63.67% from 255 or 30% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA80A2 is #057F5D. Grayscale: #A8A8A8. Windows color (decimal): -360286 or 10649850. OLE color: 10649850.

HSL color Cylindrical-coordinate representation of color #FA80A2: hue angle of 343.28º 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 #FA80A2 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 128 162 -
CMYK 0 0.49 0.35 0.02
HSL 343.28º 0.92% 0.74% -
HSV(B) 343.28º 0.49% 0.98% -
XYZ 53.67 38.37 38.76 -
YUV 168.35 124.42 186.24 -
System Red Green Blue C M Y K H S L
Decimal 250 128 162 0 0.49 0.35 0.02 343.28 0.92 0.74
Hex FA 80 A2 0 31 23 2 157 5C 4A
Octal 372 200 242 0 61 43 2 527 134 112
Binary 11111010 10000000 10100010 0 110001 100011 10 101010111 1011100 1001010

Color Harmonies of #FA80A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80A2

Black with #FA80A2

Text Example


Text Example

White with #FA80A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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