Html Css Color HEX #FE7F96 Tickle Me Pink

📋 copy color: '#FE7F96'

red 254 ◦ green 127 ◦ blue 150

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

Shades of Tickle Me Pink #FE7F96

Tints of Tickle Me Pink #FE7F96

RGB

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

 GREEN value IS 127 (50% from 255) = 23.92%

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

R = 47.83%
G = 23.92%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE7F96 (or 0xFE7F96) is known color: Tickle Me Pink. HEX triplet: FE, 7F and 96. RGB value is (254,127,150). Sum of RGB (Red+Green+Blue) = 254+127+150=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7F96 is #018069. Grayscale: #A7A7A7. Windows color (decimal): -98410 or 9863166. OLE color: 9863166.

HSL color Cylindrical-coordinate representation of color #FE7F96: hue angle of 349.13º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7F96 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 127 150 -
CMYK 0 0.50 0.41 0.00
HSL 349.13º 0.98% 0.75% -
HSV(B) 349.13º 0.5% 1% -
XYZ 53.97 38.45 33.43 -
YUV 167.6 118.08 189.63 -
System Red Green Blue C M Y K H S L
Decimal 254 127 150 0 0.50 0.41 0.00 349.13 0.98 0.75
Hex FE 7F 96 0 32 29 0 15D 62 4B
Octal 376 177 226 0 62 51 0 535 142 113
Binary 11111110 1111111 10010110 0 110010 101001 0 101011101 1100010 1001011

Color Harmonies of #FE7F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7F96

Black with #FE7F96

Text Example


Text Example

White with #FE7F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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