Html Css Color HEX #FC70A0 Tickle Me Pink

📋 copy color: '#FC70A0'

red 252 ◦ green 112 ◦ blue 160

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

Shades of Tickle Me Pink #FC70A0

Tints of Tickle Me Pink #FC70A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.53%

R = 48.09%
G = 21.37%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC70A0 (or 0xFC70A0) is known color: Tickle Me Pink. HEX triplet: FC, 70 and A0. RGB value is (252,112,160). Sum of RGB (Red+Green+Blue) = 252+112+160=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC70A0 is #038F5F. Grayscale: #9F9F9F. Windows color (decimal): -233312 or 10514684. OLE color: 10514684.

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

Color convert

RGB 252 112 160 -
CMYK 0 0.56 0.37 0.01
HSL 339.43º 0.96% 0.71% -
HSV(B) 339.43º 0.56% 0.99% -
XYZ 52.28 34.82 37.22 -
YUV 159.33 128.38 194.1 -
System Red Green Blue C M Y K H S L
Decimal 252 112 160 0 0.56 0.37 0.01 339.43 0.96 0.71
Hex FC 70 A0 0 38 25 1 153 60 47
Octal 374 160 240 0 70 45 1 523 140 107
Binary 11111100 1110000 10100000 0 111000 100101 1 101010011 1100000 1000111

Color Harmonies of #FC70A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC70A0

Black with #FC70A0

Text Example


Text Example

White with #FC70A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC70A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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