Html Css Color HEX #FA81B0 Tickle Me Pink

📋 copy color: '#FA81B0'

red 250 ◦ green 129 ◦ blue 176

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

Shades of Tickle Me Pink #FA81B0

Tints of Tickle Me Pink #FA81B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.71%

R = 45.05%
G = 23.24%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FA81B0 (or 0xFA81B0) is known color: Tickle Me Pink. HEX triplet: FA, 81 and B0. RGB value is (250,129,176). Sum of RGB (Red+Green+Blue) = 250+129+176=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA81B0 is #057E4F. Grayscale: #AAAAAA. Windows color (decimal): -360016 or 11567610. OLE color: 11567610.

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

Color convert

RGB 250 129 176 -
CMYK 0 0.48 0.30 0.02
HSL 336.69º 0.92% 0.74% -
HSV(B) 336.69º 0.48% 0.98% -
XYZ 55.11 39.16 45.73 -
YUV 170.54 131.09 184.68 -
System Red Green Blue C M Y K H S L
Decimal 250 129 176 0 0.48 0.30 0.02 336.69 0.92 0.74
Hex FA 81 B0 0 30 1E 2 151 5C 4A
Octal 372 201 260 0 60 36 2 521 134 112
Binary 11111010 10000001 10110000 0 110000 11110 10 101010001 1011100 1001010

Color Harmonies of #FA81B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA81B0

Black with #FA81B0

Text Example


Text Example

White with #FA81B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA81B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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