Html Css Color HEX #FE7D95 Tickle Me Pink

📋 copy color: '#FE7D95'

red 254 ◦ green 125 ◦ blue 149

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

Shades of Tickle Me Pink #FE7D95

Tints of Tickle Me Pink #FE7D95

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.67%

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

R = 48.11%
G = 23.67%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE7D95 (or 0xFE7D95) is known color: Tickle Me Pink. HEX triplet: FE, 7D and 95. RGB value is (254,125,149). Sum of RGB (Red+Green+Blue) = 254+125+149=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7D95 is #01826A. Grayscale: #A6A6A6. Windows color (decimal): -98923 or 9797118. OLE color: 9797118.

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

Color convert

RGB 254 125 149 -
CMYK 0 0.51 0.41 0.00
HSL 348.84º 0.98% 0.74% -
HSV(B) 348.84º 0.51% 1% -
XYZ 53.63 37.91 32.92 -
YUV 166.31 118.24 190.55 -
System Red Green Blue C M Y K H S L
Decimal 254 125 149 0 0.51 0.41 0.00 348.84 0.98 0.74
Hex FE 7D 95 0 33 29 0 15D 62 4A
Octal 376 175 225 0 63 51 0 535 142 112
Binary 11111110 1111101 10010101 0 110011 101001 0 101011101 1100010 1001010

Color Harmonies of #FE7D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7D95

Black with #FE7D95

Text Example


Text Example

White with #FE7D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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