Html Css Color HEX #FA8095 Tickle Me Pink

📋 copy color: '#FA8095'

red 250 ◦ green 128 ◦ blue 149

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

Shades of Tickle Me Pink #FA8095

Tints of Tickle Me Pink #FA8095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.29%

 BLUE value IS 149 (58.59% from 255) = 28.27%

R = 47.44%
G = 24.29%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA8095 (or 0xFA8095) is known color: Tickle Me Pink. HEX triplet: FA, 80 and 95. RGB value is (250,128,149). Sum of RGB (Red+Green+Blue) = 250+128+149=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8095 is #057F6A. Grayscale: #A6A6A6. Windows color (decimal): -360299 or 9797882. OLE color: 9797882.

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

Color convert

RGB 250 128 149 -
CMYK 0 0.49 0.40 0.02
HSL 349.67º 0.92% 0.74% -
HSV(B) 349.67º 0.49% 0.98% -
XYZ 52.57 37.93 32.98 -
YUV 166.87 117.92 187.29 -
System Red Green Blue C M Y K H S L
Decimal 250 128 149 0 0.49 0.40 0.02 349.67 0.92 0.74
Hex FA 80 95 0 31 28 2 15E 5C 4A
Octal 372 200 225 0 61 50 2 536 134 112
Binary 11111010 10000000 10010101 0 110001 101000 10 101011110 1011100 1001010

Color Harmonies of #FA8095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8095

Black with #FA8095

Text Example


Text Example

White with #FA8095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8095; }

 p { color: rgb(250,128,149); }

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

background-color css

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

 a { background-color: rgb(250,128,149); }

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

border-color css

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

 span { border-color: rgb(250,128,149); }

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