Html Css Color HEX #FE7F9D Tickle Me Pink

📋 copy color: '#FE7F9D'

red 254 ◦ green 127 ◦ blue 157

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

Shades of Tickle Me Pink #FE7F9D

Tints of Tickle Me Pink #FE7F9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.18%

R = 47.21%
G = 23.61%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE7F9D (or 0xFE7F9D) is known color: Tickle Me Pink. HEX triplet: FE, 7F and 9D. RGB value is (254,127,157). Sum of RGB (Red+Green+Blue) = 254+127+157=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7F9D is #018062. Grayscale: #A8A8A8. Windows color (decimal): -98403 or 10321918. OLE color: 10321918.

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

Color convert

RGB 254 127 157 -
CMYK 0 0.50 0.38 0.00
HSL 345.83º 0.98% 0.75% -
HSV(B) 345.83º 0.5% 1% -
XYZ 54.55 38.68 36.49 -
YUV 168.39 121.58 189.06 -
System Red Green Blue C M Y K H S L
Decimal 254 127 157 0 0.50 0.38 0.00 345.83 0.98 0.75
Hex FE 7F 9D 0 32 26 0 15A 62 4B
Octal 376 177 235 0 62 46 0 532 142 113
Binary 11111110 1111111 10011101 0 110010 100110 0 101011010 1100010 1001011

Color Harmonies of #FE7F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7F9D

Black with #FE7F9D

Text Example


Text Example

White with #FE7F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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