Html Css Color HEX #FE7D9A Tickle Me Pink

📋 copy color: '#FE7D9A'

red 254 ◦ green 125 ◦ blue 154

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

Shades of Tickle Me Pink #FE7D9A

Tints of Tickle Me Pink #FE7D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.89%

R = 47.65%
G = 23.45%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE7D9A (or 0xFE7D9A) is known color: Tickle Me Pink. HEX triplet: FE, 7D and 9A. RGB value is (254,125,154). Sum of RGB (Red+Green+Blue) = 254+125+154=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7D9A is #018265. Grayscale: #A6A6A6. Windows color (decimal): -98918 or 10124798. OLE color: 10124798.

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

Color convert

RGB 254 125 154 -
CMYK 0 0.51 0.39 0.00
HSL 346.51º 0.98% 0.74% -
HSV(B) 346.51º 0.51% 1% -
XYZ 54.04 38.07 35.07 -
YUV 166.88 120.74 190.14 -
System Red Green Blue C M Y K H S L
Decimal 254 125 154 0 0.51 0.39 0.00 346.51 0.98 0.74
Hex FE 7D 9A 0 33 27 0 15B 62 4A
Octal 376 175 232 0 63 47 0 533 142 112
Binary 11111110 1111101 10011010 0 110011 100111 0 101011011 1100010 1001010

Color Harmonies of #FE7D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7D9A

Black with #FE7D9A

Text Example


Text Example

White with #FE7D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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