Html Css Color HEX #FA84A1 Tickle Me Pink

📋 copy color: '#FA84A1'

red 250 ◦ green 132 ◦ blue 161

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

Shades of Tickle Me Pink #FA84A1

Tints of Tickle Me Pink #FA84A1

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.31%

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

R = 46.04%
G = 24.31%
B = 29.65%

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

#FA84A1 (or 0xFA84A1) is known color: Tickle Me Pink. HEX triplet: FA, 84 and A1. RGB value is (250,132,161). Sum of RGB (Red+Green+Blue) = 250+132+161=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 161 (63.28% from 255 or 29.65% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA84A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA84A1 is #057B5E. Grayscale: #AAAAAA. Windows color (decimal): -359263 or 10585338. OLE color: 10585338.

HSL color Cylindrical-coordinate representation of color #FA84A1: hue angle of 345.25º 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 #FA84A1 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 132 161 -
CMYK 0 0.47 0.36 0.02
HSL 345.25º 0.92% 0.75% -
HSV(B) 345.25º 0.47% 0.98% -
XYZ 54.11 39.4 38.47 -
YUV 170.59 122.59 184.64 -
System Red Green Blue C M Y K H S L
Decimal 250 132 161 0 0.47 0.36 0.02 345.25 0.92 0.75
Hex FA 84 A1 0 2F 24 2 159 5C 4B
Octal 372 204 241 0 57 44 2 531 134 113
Binary 11111010 10000100 10100001 0 101111 100100 10 101011001 1011100 1001011

Color Harmonies of #FA84A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA84A1

Black with #FA84A1

Text Example


Text Example

White with #FA84A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA84A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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