Html Css Color HEX #FA85A1 Tickle Me Pink

📋 copy color: '#FA85A1'

red 250 ◦ green 133 ◦ blue 161

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

Shades of Tickle Me Pink #FA85A1

Tints of Tickle Me Pink #FA85A1

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.45%

 BLUE value IS 161 (63.28% from 255) = 29.6%

R = 45.96%
G = 24.45%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FA85A1 (or 0xFA85A1) is known color: Tickle Me Pink. HEX triplet: FA, 85 and A1. RGB value is (250,133,161). Sum of RGB (Red+Green+Blue) = 250+133+161=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 161 (63.28% from 255 or 29.60% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA85A1 is #057A5E. Grayscale: #ABABAB. Windows color (decimal): -359007 or 10585594. OLE color: 10585594.

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

Color convert

RGB 250 133 161 -
CMYK 0 0.47 0.36 0.02
HSL 345.64º 0.92% 0.75% -
HSV(B) 345.64º 0.47% 0.98% -
XYZ 54.24 39.67 38.52 -
YUV 171.18 122.26 184.22 -
System Red Green Blue C M Y K H S L
Decimal 250 133 161 0 0.47 0.36 0.02 345.64 0.92 0.75
Hex FA 85 A1 0 2F 24 2 15A 5C 4B
Octal 372 205 241 0 57 44 2 532 134 113
Binary 11111010 10000101 10100001 0 101111 100100 10 101011010 1011100 1001011

Color Harmonies of #FA85A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA85A1

Black with #FA85A1

Text Example


Text Example

White with #FA85A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA85A1; }

 p { color: rgb(250,133,161); }

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

background-color css

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

 a { background-color: rgb(250,133,161); }

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

border-color css

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

 span { border-color: rgb(250,133,161); }

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