Html Css Color HEX #FC769D Tickle Me Pink

📋 copy color: '#FC769D'

red 252 ◦ green 118 ◦ blue 157

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

Shades of Tickle Me Pink #FC769D

Tints of Tickle Me Pink #FC769D

RGB

 RED value IS 252 (98.83% from 255) = 47.82%

 GREEN value IS 118 (46.48% from 255) = 22.39%

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

R = 47.82%
G = 22.39%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC769D (or 0xFC769D) is known color: Tickle Me Pink. HEX triplet: FC, 76 and 9D. RGB value is (252,118,157). Sum of RGB (Red+Green+Blue) = 252+118+157=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC769D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC769D is #038962. Grayscale: #A2A2A2. Windows color (decimal): -231779 or 10319612. OLE color: 10319612.

HSL color Cylindrical-coordinate representation of color #FC769D: hue angle of 342.54º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC769D is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 118 157 -
CMYK 0 0.53 0.38 0.01
HSL 342.54º 0.96% 0.73% -
HSV(B) 342.54º 0.53% 0.99% -
XYZ 52.71 36.09 36.09 -
YUV 162.51 124.89 191.83 -
System Red Green Blue C M Y K H S L
Decimal 252 118 157 0 0.53 0.38 0.01 342.54 0.96 0.73
Hex FC 76 9D 0 35 26 1 157 60 49
Octal 374 166 235 0 65 46 1 527 140 111
Binary 11111100 1110110 10011101 0 110101 100110 1 101010111 1100000 1001001

Color Harmonies of #FC769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC769D

Black with #FC769D

Text Example


Text Example

White with #FC769D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC769D; }

 p { color: rgb(252,118,157); }

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

background-color css

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

 a { background-color: rgb(252,118,157); }

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

border-color css

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

 span { border-color: rgb(252,118,157); }

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