Html Css Color HEX #FF7096 Tickle Me Pink

📋 copy color: '#FF7096'

red 255 ◦ green 112 ◦ blue 150

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

Shades of Tickle Me Pink #FF7096

Tints of Tickle Me Pink #FF7096

RGB

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

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

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

R = 49.32%
G = 21.66%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#FF7096 (or 0xFF7096) is known color: Tickle Me Pink. HEX triplet: FF, 70 and 96. RGB value is (255,112,150). Sum of RGB (Red+Green+Blue) = 255+112+150=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7096 is #008F69. Grayscale: #9F9F9F. Windows color (decimal): -36714 or 9859327. OLE color: 9859327.

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

Color convert

RGB 255 112 150 -
CMYK 0 0.56 0.41 0
HSL 344.06º 1% 0.72% -
HSV(B) 344.06º 0.56% 1% -
XYZ 52.54 35.05 32.85 -
YUV 159.09 122.88 196.41 -
System Red Green Blue C M Y K H S L
Decimal 255 112 150 0 0.56 0.41 0 344.06 1 0.72
Hex FF 70 96 0 38 29 0 158 64 48
Octal 377 160 226 0 70 51 0 530 144 110
Binary 11111111 1110000 10010110 0 111000 101001 0 101011000 1100100 1001000

Color Harmonies of #FF7096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7096

Black with #FF7096

Text Example


Text Example

White with #FF7096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7096; }

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

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

background-color css

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

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

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

border-color css

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

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

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