Html Css Color HEX #FA82A0 Tickle Me Pink

📋 copy color: '#FA82A0'

red 250 ◦ green 130 ◦ blue 160

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

Shades of Tickle Me Pink #FA82A0

Tints of Tickle Me Pink #FA82A0

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.07%

 BLUE value IS 160 (62.89% from 255) = 29.63%

R = 46.3%
G = 24.07%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA82A0 (or 0xFA82A0) is known color: Tickle Me Pink. HEX triplet: FA, 82 and A0. RGB value is (250,130,160). Sum of RGB (Red+Green+Blue) = 250+130+160=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA82A0 is #057D5F. Grayscale: #A9A9A9. Windows color (decimal): -359776 or 10519290. OLE color: 10519290.

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

Color convert

RGB 250 130 160 -
CMYK 0 0.48 0.36 0.02
HSL 345º 0.92% 0.75% -
HSV(B) 345º 0.48% 0.98% -
XYZ 53.75 38.83 37.92 -
YUV 169.3 122.76 185.56 -
System Red Green Blue C M Y K H S L
Decimal 250 130 160 0 0.48 0.36 0.02 345 0.92 0.75
Hex FA 82 A0 0 30 24 2 159 5C 4B
Octal 372 202 240 0 60 44 2 531 134 113
Binary 11111010 10000010 10100000 0 110000 100100 10 101011001 1011100 1001011

Color Harmonies of #FA82A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA82A0

Black with #FA82A0

Text Example


Text Example

White with #FA82A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA82A0; }

 p { color: rgb(250,130,160); }

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

background-color css

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

 a { background-color: rgb(250,130,160); }

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

border-color css

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

 span { border-color: rgb(250,130,160); }

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