Html Css Color HEX #FC6CA0 Tickle Me Pink

📋 copy color: '#FC6CA0'

red 252 ◦ green 108 ◦ blue 160

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

Shades of Tickle Me Pink #FC6CA0

Tints of Tickle Me Pink #FC6CA0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.77%

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

R = 48.46%
G = 20.77%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC6CA0 (or 0xFC6CA0) is known color: Tickle Me Pink. HEX triplet: FC, 6C and A0. RGB value is (252,108,160). Sum of RGB (Red+Green+Blue) = 252+108+160=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6CA0 is #03935F. Grayscale: #9C9C9C. Windows color (decimal): -234336 or 10513660. OLE color: 10513660.

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

Color convert

RGB 252 108 160 -
CMYK 0 0.57 0.37 0.01
HSL 338.33º 0.96% 0.71% -
HSV(B) 338.33º 0.57% 0.99% -
XYZ 51.85 33.96 37.08 -
YUV 156.98 129.71 195.77 -
System Red Green Blue C M Y K H S L
Decimal 252 108 160 0 0.57 0.37 0.01 338.33 0.96 0.71
Hex FC 6C A0 0 39 25 1 152 60 47
Octal 374 154 240 0 71 45 1 522 140 107
Binary 11111100 1101100 10100000 0 111001 100101 1 101010010 1100000 1000111

Color Harmonies of #FC6CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6CA0

Black with #FC6CA0

Text Example


Text Example

White with #FC6CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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