Html Css Color HEX #FF7095 Tickle Me Pink

📋 copy color: '#FF7095'

red 255 ◦ green 112 ◦ blue 149

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

Shades of Tickle Me Pink #FF7095

Tints of Tickle Me Pink #FF7095

RGB

 RED value IS 255 (100% from 255) = 49.42%

 GREEN value IS 112 (44.14% from 255) = 21.71%

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

R = 49.42%
G = 21.71%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF7095 (or 0xFF7095) is known color: Tickle Me Pink. HEX triplet: FF, 70 and 95. RGB value is (255,112,149). Sum of RGB (Red+Green+Blue) = 255+112+149=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7095 is #008F6A. Grayscale: #9E9E9E. Windows color (decimal): -36715 or 9793791. OLE color: 9793791.

HSL color Cylindrical-coordinate representation of color #FF7095: hue angle of 344.48º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF7095 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 255 112 149 -
CMYK 0 0.56 0.42 0
HSL 344.48º 1% 0.72% -
HSV(B) 344.48º 0.56% 1% -
XYZ 52.46 35.02 32.43 -
YUV 158.98 122.38 196.49 -
System Red Green Blue C M Y K H S L
Decimal 255 112 149 0 0.56 0.42 0 344.48 1 0.72
Hex FF 70 95 0 38 2A 0 158 64 48
Octal 377 160 225 0 70 52 0 530 144 110
Binary 11111111 1110000 10010101 0 111000 101010 0 101011000 1100100 1001000

Color Harmonies of #FF7095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7095

Black with #FF7095

Text Example


Text Example

White with #FF7095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7095; }

 p { color: rgb(255,112,149); }

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

background-color css

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

 a { background-color: rgb(255,112,149); }

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

border-color css

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

 span { border-color: rgb(255,112,149); }

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