Html Css Color HEX #FA77A0 Tickle Me Pink

📋 copy color: '#FA77A0'

red 250 ◦ green 119 ◦ blue 160

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

Shades of Tickle Me Pink #FA77A0

Tints of Tickle Me Pink #FA77A0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.5%

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

R = 47.26%
G = 22.5%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA77A0 (or 0xFA77A0) is known color: Tickle Me Pink. HEX triplet: FA, 77 and A0. RGB value is (250,119,160). Sum of RGB (Red+Green+Blue) = 250+119+160=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA77A0 is #05885F. Grayscale: #A2A2A2. Windows color (decimal): -362592 or 10516474. OLE color: 10516474.

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

Color convert

RGB 250 119 160 -
CMYK 0 0.52 0.36 0.02
HSL 341.22º 0.93% 0.72% -
HSV(B) 341.22º 0.52% 0.98% -
XYZ 52.37 36.06 37.46 -
YUV 162.84 126.4 190.17 -
System Red Green Blue C M Y K H S L
Decimal 250 119 160 0 0.52 0.36 0.02 341.22 0.93 0.72
Hex FA 77 A0 0 34 24 2 155 5D 48
Octal 372 167 240 0 64 44 2 525 135 110
Binary 11111010 1110111 10100000 0 110100 100100 10 101010101 1011101 1001000

Color Harmonies of #FA77A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA77A0

Black with #FA77A0

Text Example


Text Example

White with #FA77A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA77A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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