Html Css Color HEX #FA81A4 Tickle Me Pink

📋 copy color: '#FA81A4'

red 250 ◦ green 129 ◦ blue 164

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

Shades of Tickle Me Pink #FA81A4

Tints of Tickle Me Pink #FA81A4

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.76%

 BLUE value IS 164 (64.45% from 255) = 30.2%

R = 46.04%
G = 23.76%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FA81A4 (or 0xFA81A4) is known color: Tickle Me Pink. HEX triplet: FA, 81 and A4. RGB value is (250,129,164). Sum of RGB (Red+Green+Blue) = 250+129+164=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA81A4 is #057E5B. Grayscale: #A9A9A9. Windows color (decimal): -360028 or 10781178. OLE color: 10781178.

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

Color convert

RGB 250 129 164 -
CMYK 0 0.48 0.34 0.02
HSL 342.64º 0.92% 0.74% -
HSV(B) 342.64º 0.48% 0.98% -
XYZ 53.98 38.7 39.75 -
YUV 169.17 125.09 185.65 -
System Red Green Blue C M Y K H S L
Decimal 250 129 164 0 0.48 0.34 0.02 342.64 0.92 0.74
Hex FA 81 A4 0 30 22 2 157 5C 4A
Octal 372 201 244 0 60 42 2 527 134 112
Binary 11111010 10000001 10100100 0 110000 100010 10 101010111 1011100 1001010

Color Harmonies of #FA81A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA81A4

Black with #FA81A4

Text Example


Text Example

White with #FA81A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA81A4; }

 p { color: rgb(250,129,164); }

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

background-color css

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

 a { background-color: rgb(250,129,164); }

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

border-color css

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

 span { border-color: rgb(250,129,164); }

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