Html Css Color HEX #FA81B2 Tickle Me Pink

📋 copy color: '#FA81B2'

red 250 ◦ green 129 ◦ blue 178

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

Shades of Tickle Me Pink #FA81B2

Tints of Tickle Me Pink #FA81B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.96%

R = 44.88%
G = 23.16%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#FA81B2 (or 0xFA81B2) is known color: Tickle Me Pink. HEX triplet: FA, 81 and B2. RGB value is (250,129,178). Sum of RGB (Red+Green+Blue) = 250+129+178=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA81B2 is #057E4D. Grayscale: #AAAAAA. Windows color (decimal): -360014 or 11698682. OLE color: 11698682.

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

Color convert

RGB 250 129 178 -
CMYK 0 0.48 0.29 0.02
HSL 335.7º 0.92% 0.74% -
HSV(B) 335.7º 0.48% 0.98% -
XYZ 55.31 39.24 46.78 -
YUV 170.77 132.09 184.52 -
System Red Green Blue C M Y K H S L
Decimal 250 129 178 0 0.48 0.29 0.02 335.7 0.92 0.74
Hex FA 81 B2 0 30 1D 2 150 5C 4A
Octal 372 201 262 0 60 35 2 520 134 112
Binary 11111010 10000001 10110010 0 110000 11101 10 101010000 1011100 1001010

Color Harmonies of #FA81B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA81B2

Black with #FA81B2

Text Example


Text Example

White with #FA81B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA81B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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