Html Css Color HEX #FA76A0 Tickle Me Pink

📋 copy color: '#FA76A0'

red 250 ◦ green 118 ◦ blue 160

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

Shades of Tickle Me Pink #FA76A0

Tints of Tickle Me Pink #FA76A0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.35%

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

R = 47.35%
G = 22.35%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA76A0 (or 0xFA76A0) is known color: Tickle Me Pink. HEX triplet: FA, 76 and A0. RGB value is (250,118,160). Sum of RGB (Red+Green+Blue) = 250+118+160=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA76A0 is #05895F. Grayscale: #A2A2A2. Windows color (decimal): -362848 or 10516218. OLE color: 10516218.

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

Color convert

RGB 250 118 160 -
CMYK 0 0.53 0.36 0.02
HSL 340.91º 0.93% 0.72% -
HSV(B) 340.91º 0.53% 0.98% -
XYZ 52.25 35.82 37.42 -
YUV 162.26 126.73 190.58 -
System Red Green Blue C M Y K H S L
Decimal 250 118 160 0 0.53 0.36 0.02 340.91 0.93 0.72
Hex FA 76 A0 0 35 24 2 155 5D 48
Octal 372 166 240 0 65 44 2 525 135 110
Binary 11111010 1110110 10100000 0 110101 100100 10 101010101 1011101 1001000

Color Harmonies of #FA76A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA76A0

Black with #FA76A0

Text Example


Text Example

White with #FA76A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA76A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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