Html Css Color HEX #FA71A0 Tickle Me Pink

📋 copy color: '#FA71A0'

red 250 ◦ green 113 ◦ blue 160

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

Shades of Tickle Me Pink #FA71A0

Tints of Tickle Me Pink #FA71A0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.61%

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

R = 47.8%
G = 21.61%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA71A0 (or 0xFA71A0) is known color: Tickle Me Pink. HEX triplet: FA, 71 and A0. RGB value is (250,113,160). Sum of RGB (Red+Green+Blue) = 250+113+160=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA71A0 is #058E5F. Grayscale: #9F9F9F. Windows color (decimal): -364128 or 10514938. OLE color: 10514938.

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

Color convert

RGB 250 113 160 -
CMYK 0 0.55 0.36 0.02
HSL 339.42º 0.93% 0.71% -
HSV(B) 339.42º 0.55% 0.98% -
XYZ 51.67 34.67 37.23 -
YUV 159.32 128.39 192.68 -
System Red Green Blue C M Y K H S L
Decimal 250 113 160 0 0.55 0.36 0.02 339.42 0.93 0.71
Hex FA 71 A0 0 37 24 2 153 5D 47
Octal 372 161 240 0 67 44 2 523 135 107
Binary 11111010 1110001 10100000 0 110111 100100 10 101010011 1011101 1000111

Color Harmonies of #FA71A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA71A0

Black with #FA71A0

Text Example


Text Example

White with #FA71A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA71A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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