Html Css Color HEX #FA78A0 Tickle Me Pink

📋 copy color: '#FA78A0'

red 250 ◦ green 120 ◦ blue 160

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

Shades of Tickle Me Pink #FA78A0

Tints of Tickle Me Pink #FA78A0

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.64%

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

R = 47.17%
G = 22.64%
B = 30.19%

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

#FA78A0 (or 0xFA78A0) is known color: Tickle Me Pink. HEX triplet: FA, 78 and A0. RGB value is (250,120,160). Sum of RGB (Red+Green+Blue) = 250+120+160=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA78A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA78A0 is #05875F. Grayscale: #A3A3A3. Windows color (decimal): -362336 or 10516730. OLE color: 10516730.

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

Color convert

RGB 250 120 160 -
CMYK 0 0.52 0.36 0.02
HSL 341.54º 0.93% 0.73% -
HSV(B) 341.54º 0.52% 0.98% -
XYZ 52.49 36.3 37.5 -
YUV 163.43 126.07 189.75 -
System Red Green Blue C M Y K H S L
Decimal 250 120 160 0 0.52 0.36 0.02 341.54 0.93 0.73
Hex FA 78 A0 0 34 24 2 156 5D 49
Octal 372 170 240 0 64 44 2 526 135 111
Binary 11111010 1111000 10100000 0 110100 100100 10 101010110 1011101 1001001

Color Harmonies of #FA78A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA78A0

Black with #FA78A0

Text Example


Text Example

White with #FA78A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA78A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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