Html Css Color HEX #FC70A6 Tickle Me Pink

📋 copy color: '#FC70A6'

red 252 ◦ green 112 ◦ blue 166

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

Shades of Tickle Me Pink #FC70A6

Tints of Tickle Me Pink #FC70A6

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.13%

 BLUE value IS 166 (65.23% from 255) = 31.32%

R = 47.55%
G = 21.13%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FC70A6 (or 0xFC70A6) is known color: Tickle Me Pink. HEX triplet: FC, 70 and A6. RGB value is (252,112,166). Sum of RGB (Red+Green+Blue) = 252+112+166=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC70A6 is #038F59. Grayscale: #9F9F9F. Windows color (decimal): -233306 or 10907900. OLE color: 10907900.

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

Color convert

RGB 252 112 166 -
CMYK 0 0.56 0.34 0.01
HSL 336.86º 0.96% 0.71% -
HSV(B) 336.86º 0.56% 0.99% -
XYZ 52.82 35.04 40.06 -
YUV 160.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 252 112 166 0 0.56 0.34 0.01 336.86 0.96 0.71
Hex FC 70 A6 0 38 22 1 151 60 47
Octal 374 160 246 0 70 42 1 521 140 107
Binary 11111100 1110000 10100110 0 111000 100010 1 101010001 1100000 1000111

Color Harmonies of #FC70A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC70A6

Black with #FC70A6

Text Example


Text Example

White with #FC70A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC70A6; }

 p { color: rgb(252,112,166); }

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

background-color css

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

 a { background-color: rgb(252,112,166); }

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

border-color css

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

 span { border-color: rgb(252,112,166); }

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