Html Css Color HEX #FE7096 Tickle Me Pink

📋 copy color: '#FE7096'

red 254 ◦ green 112 ◦ blue 150

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

Shades of Tickle Me Pink #FE7096

Tints of Tickle Me Pink #FE7096

RGB

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

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

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

R = 49.22%
G = 21.71%
B = 29.07%

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

#FE7096 (or 0xFE7096) is known color: Tickle Me Pink. HEX triplet: FE, 70 and 96. RGB value is (254,112,150). Sum of RGB (Red+Green+Blue) = 254+112+150=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7096 is #018F69. Grayscale: #9E9E9E. Windows color (decimal): -102250 or 9859326. OLE color: 9859326.

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

Color convert

RGB 254 112 150 -
CMYK 0 0.56 0.41 0.00
HSL 343.94º 0.99% 0.72% -
HSV(B) 343.94º 0.56% 1% -
XYZ 52.17 34.86 32.83 -
YUV 158.79 123.04 195.91 -
System Red Green Blue C M Y K H S L
Decimal 254 112 150 0 0.56 0.41 0.00 343.94 0.99 0.72
Hex FE 70 96 0 38 29 0 158 63 48
Octal 376 160 226 0 70 51 0 530 143 110
Binary 11111110 1110000 10010110 0 111000 101001 0 101011000 1100011 1001000

Color Harmonies of #FE7096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7096

Black with #FE7096

Text Example


Text Example

White with #FE7096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7096; }

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

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

background-color css

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

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

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

border-color css

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

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

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