Html Css Color HEX #FF7D96 Tickle Me Pink

📋 copy color: '#FF7D96'

red 255 ◦ green 125 ◦ blue 150

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

Shades of Tickle Me Pink #FF7D96

Tints of Tickle Me Pink #FF7D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.3%

R = 48.11%
G = 23.58%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF7D96 (or 0xFF7D96) is known color: Tickle Me Pink. HEX triplet: FF, 7D and 96. RGB value is (255,125,150). Sum of RGB (Red+Green+Blue) = 255+125+150=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D96 is #008269. Grayscale: #A6A6A6. Windows color (decimal): -33386 or 9862655. OLE color: 9862655.

HSL color Cylindrical-coordinate representation of color #FF7D96: hue angle of 348.46º 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 #FF7D96 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB 255 125 150 -
CMYK 0 0.51 0.41 0
HSL 348.46º 1% 0.75% -
HSV(B) 348.46º 0.51% 1% -
XYZ 54.08 38.13 33.36 -
YUV 166.72 118.57 190.97 -
System Red Green Blue C M Y K H S L
Decimal 255 125 150 0 0.51 0.41 0 348.46 1 0.75
Hex FF 7D 96 0 33 29 0 15C 64 4B
Octal 377 175 226 0 63 51 0 534 144 113
Binary 11111111 1111101 10010110 0 110011 101001 0 101011100 1100100 1001011

Color Harmonies of #FF7D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7D96

Black with #FF7D96

Text Example


Text Example

White with #FF7D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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