Html Css Color HEX #FA7395 Tickle Me Pink

📋 copy color: '#FA7395'

red 250 ◦ green 115 ◦ blue 149

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

Shades of Tickle Me Pink #FA7395

Tints of Tickle Me Pink #FA7395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.37%

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

R = 48.64%
G = 22.37%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#FA7395 (or 0xFA7395) is known color: Tickle Me Pink. HEX triplet: FA, 73 and 95. RGB value is (250,115,149). Sum of RGB (Red+Green+Blue) = 250+115+149=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7395 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7395 is #058C6A. Grayscale: #9F9F9F. Windows color (decimal): -363627 or 9794554. OLE color: 9794554.

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

Color convert

RGB 250 115 149 -
CMYK 0 0.54 0.40 0.02
HSL 344.89º 0.93% 0.72% -
HSV(B) 344.89º 0.54% 0.98% -
XYZ 50.98 34.76 32.46 -
YUV 159.24 122.23 192.74 -
System Red Green Blue C M Y K H S L
Decimal 250 115 149 0 0.54 0.40 0.02 344.89 0.93 0.72
Hex FA 73 95 0 36 28 2 159 5D 48
Octal 372 163 225 0 66 50 2 531 135 110
Binary 11111010 1110011 10010101 0 110110 101000 10 101011001 1011101 1001000

Color Harmonies of #FA7395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7395

Black with #FA7395

Text Example


Text Example

White with #FA7395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7395; }

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

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

background-color css

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

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

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

border-color css

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

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

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