Html Css Color HEX #FE7194 Tickle Me Pink

📋 copy color: '#FE7194'

red 254 ◦ green 113 ◦ blue 148

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

Shades of Tickle Me Pink #FE7194

Tints of Tickle Me Pink #FE7194

RGB

 RED value IS 254 (99.61% from 255) = 49.32%

 GREEN value IS 113 (44.53% from 255) = 21.94%

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

R = 49.32%
G = 21.94%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE7194 (or 0xFE7194) is known color: Tickle Me Pink. HEX triplet: FE, 71 and 94. RGB value is (254,113,148). Sum of RGB (Red+Green+Blue) = 254+113+148=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7194 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7194 is #018E6B. Grayscale: #9F9F9F. Windows color (decimal): -101996 or 9728510. OLE color: 9728510.

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

Color convert

RGB 254 113 148 -
CMYK 0 0.56 0.42 0.00
HSL 345.11º 0.99% 0.72% -
HSV(B) 345.11º 0.56% 1% -
XYZ 52.12 35.02 32.03 -
YUV 159.15 121.71 195.65 -
System Red Green Blue C M Y K H S L
Decimal 254 113 148 0 0.56 0.42 0.00 345.11 0.99 0.72
Hex FE 71 94 0 38 2A 0 159 63 48
Octal 376 161 224 0 70 52 0 531 143 110
Binary 11111110 1110001 10010100 0 111000 101010 0 101011001 1100011 1001000

Color Harmonies of #FE7194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7194

Black with #FE7194

Text Example


Text Example

White with #FE7194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7194; }

 p { color: rgb(254,113,148); }

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

background-color css

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

 a { background-color: rgb(254,113,148); }

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

border-color css

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

 span { border-color: rgb(254,113,148); }

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