Html Css Color HEX #FF7D95 Tickle Me Pink

📋 copy color: '#FF7D95'

red 255 ◦ green 125 ◦ blue 149

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

Shades of Tickle Me Pink #FF7D95

Tints of Tickle Me Pink #FF7D95

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.63%

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

R = 48.2%
G = 23.63%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF7D95 (or 0xFF7D95) is known color: Tickle Me Pink. HEX triplet: FF, 7D and 95. RGB value is (255,125,149). Sum of RGB (Red+Green+Blue) = 255+125+149=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D95 is #00826A. Grayscale: #A6A6A6. Windows color (decimal): -33387 or 9797119. OLE color: 9797119.

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

Color convert

RGB 255 125 149 -
CMYK 0 0.51 0.42 0
HSL 348.92º 1% 0.75% -
HSV(B) 348.92º 0.51% 1% -
XYZ 54 38.1 32.94 -
YUV 166.61 118.07 191.05 -
System Red Green Blue C M Y K H S L
Decimal 255 125 149 0 0.51 0.42 0 348.92 1 0.75
Hex FF 7D 95 0 33 2A 0 15D 64 4B
Octal 377 175 225 0 63 52 0 535 144 113
Binary 11111111 1111101 10010101 0 110011 101010 0 101011101 1100100 1001011

Color Harmonies of #FF7D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7D95

Black with #FF7D95

Text Example


Text Example

White with #FF7D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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