Html Css Color HEX #FE7195 Tickle Me Pink

📋 copy color: '#FE7195'

red 254 ◦ green 113 ◦ blue 149

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

Shades of Tickle Me Pink #FE7195

Tints of Tickle Me Pink #FE7195

RGB

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

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

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

R = 49.22%
G = 21.9%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE7195 (or 0xFE7195) is known color: Tickle Me Pink. HEX triplet: FE, 71 and 95. RGB value is (254,113,149). Sum of RGB (Red+Green+Blue) = 254+113+149=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7195 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7195 is #018E6A. Grayscale: #9F9F9F. Windows color (decimal): -101995 or 9794046. OLE color: 9794046.

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

Color convert

RGB 254 113 149 -
CMYK 0 0.56 0.41 0.00
HSL 344.68º 0.99% 0.72% -
HSV(B) 344.68º 0.56% 1% -
XYZ 52.2 35.05 32.45 -
YUV 159.26 122.21 195.57 -
System Red Green Blue C M Y K H S L
Decimal 254 113 149 0 0.56 0.41 0.00 344.68 0.99 0.72
Hex FE 71 95 0 38 29 0 159 63 48
Octal 376 161 225 0 70 51 0 531 143 110
Binary 11111110 1110001 10010101 0 111000 101001 0 101011001 1100011 1001000

Color Harmonies of #FE7195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7195

Black with #FE7195

Text Example


Text Example

White with #FE7195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7195; }

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

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

background-color css

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

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

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

border-color css

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

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

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