Html Css Color HEX #FC70A1 Tickle Me Pink

📋 copy color: '#FC70A1'

red 252 ◦ green 112 ◦ blue 161

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

Shades of Tickle Me Pink #FC70A1

Tints of Tickle Me Pink #FC70A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 30.67%

R = 48%
G = 21.33%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC70A1 (or 0xFC70A1) is known color: Tickle Me Pink. HEX triplet: FC, 70 and A1. RGB value is (252,112,161). Sum of RGB (Red+Green+Blue) = 252+112+161=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC70A1 is #038F5E. Grayscale: #9F9F9F. Windows color (decimal): -233311 or 10580220. OLE color: 10580220.

HSL color Cylindrical-coordinate representation of color #FC70A1: hue angle of 339º 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 #FC70A1 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 112 161 -
CMYK 0 0.56 0.36 0.01
HSL 339º 0.96% 0.71% -
HSV(B) 339º 0.56% 0.99% -
XYZ 52.37 34.86 37.69 -
YUV 159.45 128.88 194.02 -
System Red Green Blue C M Y K H S L
Decimal 252 112 161 0 0.56 0.36 0.01 339 0.96 0.71
Hex FC 70 A1 0 38 24 1 153 60 47
Octal 374 160 241 0 70 44 1 523 140 107
Binary 11111100 1110000 10100001 0 111000 100100 1 101010011 1100000 1000111

Color Harmonies of #FC70A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC70A1

Black with #FC70A1

Text Example


Text Example

White with #FC70A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC70A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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