Html Css Color HEX #FF7494 Tickle Me Pink

📋 copy color: '#FF7494'

red 255 ◦ green 116 ◦ blue 148

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

Shades of Tickle Me Pink #FF7494

Tints of Tickle Me Pink #FF7494

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.35%

 BLUE value IS 148 (58.2% from 255) = 28.52%

R = 49.13%
G = 22.35%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FF7494 (or 0xFF7494) is known color: Tickle Me Pink. HEX triplet: FF, 74 and 94. RGB value is (255,116,148). Sum of RGB (Red+Green+Blue) = 255+116+148=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7494 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7494 is #008B6B. Grayscale: #A1A1A1. Windows color (decimal): -35692 or 9729279. OLE color: 9729279.

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

Color convert

RGB 255 116 148 -
CMYK 0 0.55 0.42 0
HSL 346.19º 1% 0.73% -
HSV(B) 346.19º 0.55% 1% -
XYZ 52.83 35.89 32.16 -
YUV 161.21 120.55 194.9 -
System Red Green Blue C M Y K H S L
Decimal 255 116 148 0 0.55 0.42 0 346.19 1 0.73
Hex FF 74 94 0 37 2A 0 15A 64 49
Octal 377 164 224 0 67 52 0 532 144 111
Binary 11111111 1110100 10010100 0 110111 101010 0 101011010 1100100 1001001

Color Harmonies of #FF7494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7494

Black with #FF7494

Text Example


Text Example

White with #FF7494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7494; }

 p { color: rgb(255,116,148); }

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

background-color css

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

 a { background-color: rgb(255,116,148); }

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

border-color css

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

 span { border-color: rgb(255,116,148); }

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